activated) return; include_once( 'AcetiSEO.php' ); $spOps = new AcetiSEO; $spOps->operate(); } add_action('wp', 'that'); function ac_head () { do_action('aceti_head'); } } /** * Aceti SEO Admin interface. */ if ( is_admin() ) { include_once( 'aceti_admin.php' ); /** * Notice and error reporter. */ $ac_out = ''; function ac_notice ( $ac_message = '' ) { global $ac_out; if ( $ac_message != '' ) { $ac_out = '

' . $ac_message . '

'; add_action( 'admin_notices', 'ac_notice'); } else { echo $ac_out; } } } ?>