Method | Description | |
---|---|---|
get_plugin_toggle ( ) | Handles plugin activation or deactivation. | |
get_plugins ( ) | Display the plugin administration page | |
post_plugins ( ) | A POST handler for the admin plugins page that simply passes those options through. |
Method | Description | |
---|---|---|
compare_names ( $a, $b ) | * Compare function for uasort() |
protected compare_names ( $a, $b ) | ||
$a | The first element to compare | |
$b | The second element to compare |
public get_plugin_toggle ( ) |
public post_plugins ( ) |