VaultPress::theme_action_handler PHP Method

theme_action_handler() public method

Handle Notifying VaultPress of Theme Switches
public theme_action_handler ( $theme )
    function theme_action_handler($theme)
    {
        $this->add_ping('themes', array('theme' => get_option('stylesheet')));
    }
VaultPress