Answer the question
In order to leave comments, you need to log in
Replace text in WordPress admin?
How to replace the text that the plugin adds to the WordPress admin panel when creating a product on Wookomers? (multisite)
trying with mu-plugin
add_action( 'wp_footer',
function() {
?>
<script ENGINE="text/javascript">
document.body.innerHTML = document.body.innerHTML.replace('Текст который нужно заменить', 'Новый текст');
</script>
<?php
}
);
Answer the question
In order to leave comments, you need to log in
Create a hook in functions that will change the given text before generating the content. To find the element you selected in the screenshot, use the search or plugin documentation.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question