php Aense主题的Sensei集成
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了php Aense主题的Sensei集成相关的知识,希望对你有一定的参考价值。
<?php
// Unhook Sensei
global $woothemes_sensei;
remove_action( 'sensei_before_main_content', array( $woothemes_sensei->frontend, 'sensei_output_content_wrapper' ), 10 );
remove_action( 'sensei_after_main_content', array( $woothemes_sensei->frontend, 'sensei_output_content_wrapper_end' ), 10 );
add_action('sensei_before_main_content', 'my_theme_wrapper_start', 10);
add_action('sensei_after_main_content', 'my_theme_wrapper_end', 10);
function my_theme_wrapper_start() {
echo '<div id="primary" <?php astra_primary_class(); ?>>';
}
function my_theme_wrapper_end() {
echo '</div><!-- #primary -->';
get_sidebar();
}
// Add Sensei Theme Support
add_action( 'after_setup_theme', 'declare_sensei_support' );
function declare_sensei_support() {
add_theme_support( 'sensei' );
}
以上是关于php Aense主题的Sensei集成的主要内容,如果未能解决你的问题,请参考以下文章
php http://kb.wpbeaverbuilder.com/article/582-integrate-sensei-with-the-beaver-builder-theme
如何在Mac上安装可视化系统优化工具Sensei 1.0.0
Mac性能优化及清理工具:Sensei for mac
html TEST Sensei»CSS语法
最先进的磁盘性能工具 Disk Sensei 1.5.1 MacOSX
Mac软件:php集成开发工具PhpStorm_10.0 安装教程