count_actions(); $content_types_url = add_query_arg(array('tab' => 'plugin-information', 'plugin' => 'cpo-content-types', 'TB_iframe' => 'true', 'width' => '640', 'height' => '500'), admin_url('plugin-install.php')); $content_types = 'CPO Content Types'; ?>

'plugin-information', 'plugin' => 'cpo-content-types', 'TB_iframe' => 'true', 'width' => '640', 'height' => '500'), admin_url('plugin-install.php')); $active = $this->check_active( 'cpo-content-types' ); $url = $this->create_action_link( $active['needs'], 'cpo-content-types' ); switch ( $active['needs'] ) { case 'install': $class = 'install-now button'; $label = __( 'Install CPO Content Types', 'affluent' ); break; case 'activate': $class = 'activate-now button button-primary'; $label = __( 'Activate CPO Content Types', 'affluent' ); break; case 'deactivate': $class = 'deactivate-now button'; $label = __( 'Deactivate CPO Content Types', 'affluent' ); break; } if ( $active['needs'] != 'deactivate' ) { ?>