php 过滤Mai Theme中的Read More文本。

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了php 过滤Mai Theme中的Read More文本。相关的知识,希望对你有一定的参考价值。

<?php

// Replace the default "Read More" text in Mai Theme.
add_filter( 'mai_more_link_text', function( $text, $object_or_id, $type ) {
	$text = 'Click Here';
	return $text;
}, 10, 3 );

以上是关于php 过滤Mai Theme中的Read More文本。的主要内容,如果未能解决你的问题,请参考以下文章

vs code 安装 theme后set color theme出错: cannot read property id of undefinded

PHP 根据类别覆盖theme_links中的特定链接。

php Mai Pro - 强制主要和次要侧边栏宽度相同

php 从Mai Pro(https://maipro.io)禁用粘性标题和缩小标题。

php 创建新收藏夹的初学者代码,用于Mai Favorites插件(https://maipro.io)

我需要将 'jonathan-morón-16394669' 转换为 'jonathan-mor%C3%B3n-16394669'