seedSTM

Untitled

Dec 13th, 2024
16
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. function td_on_translate_admin_notices() {
  2. ?>
  3. <div class="notice notice-success is-dismissible">
  4. <p><?php echo 'WPML Plugin is active! When the plugin is active, the *.po - *.mo files are used instead of Theme Panel Translation.' ?></p>
  5. </div>
  6. <?php
  7. }
  8. add_action('admin_notices', 'td_on_translate_admin_notices');
Advertisement
Add Comment
Please, Sign In to add comment