php 删除Woocomerce中的页脚品牌

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了php 删除Woocomerce中的页脚品牌相关的知识,希望对你有一定的参考价值。

<?php
/**
 * The template for displaying the footer.
 *
 * Contains the closing of the #content div and all content after
 *
 * @package storefront
 */

?>

		</div><!-- .col-full -->
	</div><!-- #content -->

	<?php do_action( 'storefront_before_footer' ); ?>

	<footer id="colophon" class="site-footer" role="contentinfo">
		<div class="col-full">

			<?php
			/**
			 * Functions hooked in to storefront_footer action
			 *
			 * @hooked storefront_footer_widgets - 10
			 * @hooked storefront_credit         - 20
			 */
			//do_action( 'storefront_footer' );
			remove_action(storefront_footer, storefront_credit,20);
			?>

		</div><!-- .col-full -->
	</footer><!-- #colophon -->

	<?php do_action( 'storefront_after_footer' ); ?>

</div><!-- #page -->

<?php wp_footer(); ?>


</body>
</html>

以上是关于php 删除Woocomerce中的页脚品牌的主要内容,如果未能解决你的问题,请参考以下文章

如何删除 MediaWiki 中的页脚?

如何删除剃须刀脚手架项目中的页脚?

php footer.php中的页脚信用

php 更改创世记中的页脚文本 - Nick Keeping

magento 主题中的页脚仅在产品中出现故障

php 使用genesis_footer_creds_text过滤器更改Genesis中的页脚文本