awesomemotive / one-click-demo-import

One Click Demo Import plugin
https://www.awesomemotive.com/
195 stars 83 forks source link

Change default plugin notice text #152

Closed chozze closed 6 years ago

chozze commented 6 years ago

Please, include a filter for import notice

<div class="ocdi__intro-notice  notice  notice-warning  is-dismissible">
    <p><?php esc_html_e( 'Before you begin, make sure all the required plugins are activated.', 'pt-ocdi' ); ?></p>
</div>

Would be great if we can customize this message for users..

thanks

capuderg commented 6 years ago

Hi,

the whole intro text (the above text included) is filterable with this filter pt-ocdi/plugin_intro_text.

Check the answer to the "I’m a theme author and I want to change the plugin intro text, how can I do that?" question here: https://wordpress.org/plugins/one-click-demo-import/ in the FAQ section.

Take care!

chozze commented 6 years ago

ouch! sorry I must missed that..thanks a lot mate!

capuderg commented 6 years ago

No problem :)