w3tc_hide_button_custom-{$w3tc_note}
w3tc_hide_button_custom-{$w3tc_note}
Appears in: w3-total-cache.2.10.0
Hook Type: action
Displaying hooks found in version: w3-total-cache.2.10.0do_action('w3tc_hide_button_custom-{$w3tc_note}') is found 1 times:
- /Generic_AdminActions_Default.php line 290
*/ public function w3tc_default_hide_note_custom() { $this->_require_admin_cap(); $w3tc_note = Util_Request::get_string( 'note' ); do_action( "w3tc_hide_button_custom-{$w3tc_note}" ); Util_Admin::redirect( array(), true ); } /** * Clears the purge log for the specified module. *