Changyan_Handler::analysis PHP Method

analysis() public method

public analysis ( )
    public function analysis()
    {
        //must check that the user has the required capability
        if (!current_user_can('manage_options')) {
            wp_die(__('You do not have sufficient permissions to access this page.'));
        }
        //tips
        include dirname(__FILE__) . '/analysis.php';
    }