do_setup ) { $slug = add_options_page( 'Aceti Dynamic SEO', 'Aceti Dynamic SEO', 'manage_options', 'ac-manage-page', 'ac_setup_page' ); add_action('admin_print_styles-' . $slug, 'sp_enq_script'); if ( $_GET['page'] != 'ac-manage-page' ) { $notice_str = admin_url() . 'options-general.php?page=ac-manage-page'; ac_notice ( __('Please perform the Aceti Dynamic SEO setup.') ); } } else { $slug = add_options_page( 'Aceti Dynamic SEO', 'Aceti Dynamic SEO', 'manage_options', 'ac-manage-page', 'ac_manage_page' ); add_action('admin_print_styles-' . $slug, 'sp_enq_script'); } } add_action( 'admin_menu', 'ac_admin_options' ); // Enqueue scripts function sp_enq_script () { wp_enqueue_script('aceti-script'); wp_enqueue_style('aceti-style'); } // Register Scripts function sp_reg_script () { wp_register_style( 'aceti-style', plugins_url('aceti-style.css', __FILE__) ); wp_register_script( 'aceti-script', plugins_url('aceti-script.js', __FILE__), array('jquery','jquery-ui-draggable'), '1.0', true ); } add_action( 'init', 'sp_reg_script' ); /** * ------------------------------------------------------- * MARKUP FOR SET UP PAGE * ------------------------------------------------------- * Gather initial data to enable the plugin. */ function ac_setup_page () { if ( !current_user_can('manage_options') ) wp_die( __('You do not have sufficient permissions to access this page.') ); global $ac_settings; if ( isset($_POST['aceti_title']) ) { if ( !check_admin_referer( 'sp_nonce', 'sp_form' ) ) return false; $ac_settings->is_front_page->title = htmlspecialchars(stripslashes($_POST['aceti_title'])); $ac_settings->is_front_page->description = htmlspecialchars(stripslashes($_POST['aceti_description'])); $ac_settings->is_front_page->keywords = htmlspecialchars(stripslashes($_POST['aceti_keywords'])); $ac_settings->do_setup = 0; $ac_settings->activated = 1; ac_save_settings( $ac_settings ); ac_manage_page(); return true; } ?>
%blogname% - The name of your site."); ?>
Welcome to Aceti SEO! Manage settings + support options. Click input boxes for explanations.'); ?>
; ?>)
If you encounter a problem that appears to be caused by Aceti Dynamic SEO, you may check the bug list at the Aceti Issue Report Page.
Any issues that appear to be bugs/problems in the code will be settled in time if they appear on the Aceti Issue Report Page. If you do not see your issue in the list, you may submit a report and it will be addressed for the next version of Aceti.
If you'd like to suggest an enhancement to Aceti Dynamic SEO to make it an even better plugin, please visit: Aceti Enhancement Request Page.
Aceti Dynamic SEO is under the GPL2 license. Your contributions help continued development of this plugin for you and all who use it.
If you need professional support, you can submit a request to Citrine Design (Aceti's author) to purchase premium support. With this, you can have any errors that occur smoothed out in no time. Citrine Design also provides premium support for installation and configuration of Aceti Dynamic SEO and other useful SEO solutions.
Character Count: |
|
| exclude)) echo 'checked="checked"'; } ?> /> |