Viewing 1 replies (of 1 total)
  • Plugin Author WPBean

    (@wpbean)

    Hi,

    We have a filter hook for the.
    Just use the following code to change the text.

    add_filter( 'wpb_wrps_title', 'wpb_wrps_title_modify' );
    function wpb_wrps_title_modify($title){
    	$title = 'Modified Title';
    	return $title;
    }

    Thanks

Viewing 1 replies (of 1 total)
  • The topic ‘Change language’ is closed to new replies.