menu_page_url()

Function: Gets the URL to access a particular menu page based on the slug it was registered with.

Source: wp-admin/includes/plugin.php:1849

Used by 0 functions | Uses 1 function

is_network_only_plugin()

Function: Checks for “Network: true” in the plugin header to see if this should be activated only as a network wide plugin. The plugin would also work when Multisite is not enabled.

Source: wp-admin/includes/plugin.php:605

Used by 6 functions | Uses 1 function

get_mu_plugins()

Function: Checks the mu-plugins directory and retrieve all mu-plugin files with any plugin data.

Source: wp-admin/includes/plugin.php:374

Used by 1 function | Uses 2 functions

get_dropins()

Function: Checks the wp-content directory and retrieve all drop-ins with any plugin data.

Source: wp-admin/includes/plugin.php:446

Used by 1 function | Uses 2 functions