Inventory_Presser_Uninstaller::hooks()
Source
File: includes/class-uninstaller.php
public function hooks() { // Add links to the Plugins page for single sites add_filter( 'plugin_action_links_' . INVP_PLUGIN_BASE, array( $this, 'add_delete_vehicles_link' ), 10, 1 ); // Look for our query variables and dispatch the actions add_action( 'admin_init', array( $this, 'detect_query_vars' ) ); }
Expand full source code Collapse full source code View on Github