Advertisement
verygoodplugins

Untitled

Jun 7th, 2021
1,160
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.11 KB | None | 0 0
  1. add_filter( 'gettext', function( $translation ) {
  2.     return str_replace( 'LearnDash', 'CoolLMS', $translation );
  3. } );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement