<?php /** * Genesis Framework. * * WARNING: This file is part of the core Genesis Framework. DO NOT edit this file under any circumstances. * Please do all modifications in the form of a child theme. * * @package Genesis\Admin * @author StudioPress * @license GPL-2.0-or-later * @link https://my.studiopress.com/themes/genesis/ */ add_filter( 'plugins_api_result', 'genesis_admin_plugins_api_result', 10, 3 ); /* function genesis_admin_plugins_api_result() – Filter the results of the plugin api results. */ /* function genesis_admin_plugins_sort_callback() – Sort Genesis plugins returned by plugins api by install count. */