Add below code in functions.php add_filter( ‘pencilpress_learn_more_text_programs’, ‘custom_learn_more_text_pro’ ); function custom_learn_more_text_pro( $text ) { return __( ‘View Program Detail’, ‘pencilpress’…
Add this code in functions.php add_filter( ‘pencilpress_learn_more_text’, ‘custom_learn_more_text’ ); function custom_learn_more_text( $text ) { return __( ‘View Details’, ‘pencilpress’ );…