then( spreadArgs( [ self::class, 'clearStatus' ] ) ); } public static function clearStatus( $postId ) { \WPML_Links_Fixed_Status_For_Posts::clear( $postId, 'post_' . Post::getType( $postId ) ); } }