如何在激活和停用主题时添加或删除默认值主题选项

时间:2011-02-03 作者:haha

我要添加(&A);激活和停用主题时重置“我的主题”选项的默认值

更清楚的是这样的

if(theme active)
  add_option(); 
  // add new option to the theme and register default setting for one time only

if(theme deactivate)
   delete_option();
  // reset current option and delete default setting  for one time only
问题

如何知道主题是否处于活动状态?这是一个什么样的函数或钩子。让我知道

1 个回复
最合适的回答,由SO网友:MikeSchinkel 整理而成

我想你想要的答案是:

结束

相关推荐

获取在Functions.php中设置的变量,并在我的Custom Post模板中回显它们

在我的函数中设置了以下函数。php文件,以允许我的自定义帖子类型“Slideshow”工作。add_action( \'the_post\', \'paginate_slide\' ); function paginate_slide( $post ) { global $pages, $multipage, $numpages; if( is_single() && get_post_type() == \'lom_s