Commit realizado el 12:13:52 08-04-2024
This commit is contained in:
@@ -0,0 +1 @@
|
||||
(()=>{"use strict";const r=wp.i18n,t=wp.hooks;(0,t.addFilter)("rank_math_content_ai_help_text","rank-math-pro",(function(){return(0,r.__)("Contact your SEO service provider for more AI credits.","rank-math-pro")})),(0,t.addFilter)("rank_math_content_ai_credits_notice","rank-math-pro",(function(){return(0,r.__)("You have used all of your AI credits and need to purchase more from your SEO service provider.","rank-math-pro")}))})();
|
@@ -0,0 +1,13 @@
|
||||
/**
|
||||
* WordPress dependencies
|
||||
*/
|
||||
import { __ } from '@wordpress/i18n'
|
||||
import { addFilter } from '@wordpress/hooks'
|
||||
|
||||
addFilter( 'rank_math_content_ai_help_text', 'rank-math-pro', () => {
|
||||
return __( 'Contact your SEO service provider for more AI credits.', 'rank-math-pro' )
|
||||
} )
|
||||
|
||||
addFilter( 'rank_math_content_ai_credits_notice', 'rank-math-pro', () => {
|
||||
return __( 'You have used all of your AI credits and need to purchase more from your SEO service provider.', 'rank-math-pro' )
|
||||
} )
|
Reference in New Issue
Block a user