w3tc_settings_page-

w3tc_settings_page-

Hook Type: action

See hook in core

Displaying hooks found in version: w3-total-cache.2.7.0

do_action('w3tc_settings_page-') is found 1 times:

  • /Root_AdminMenu.php line 312

    Warning: Undefined array key 317 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167

    				// Placeholder to make it the only way to show pages with the time.
    				$view = new Base_Page_Settings();
    				$view->options();
    
    				do_action( 'w3tc_settings_page-' . $this->_page ); // phpcs:ignore WordPress.NamingConventions.ValidHookName.UseUnderscores
    
    				break;
    		}
    	}
    }