Certificate does not show custom Shortcode
-
The certificate does not show a custom shortcode to print the company name.
Tested the shortcode in other areas the result is displayed normally.function get_company_name_user() { $user = wp_get_current_user(); $result = get_user_meta( $user->ID, 'llms_company_name', true ); return $result; } add_shortcode('company-name', 'get_company_name_user');
Detail in preview mode the shortcode result is shown.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Certificate does not show custom Shortcode’ is closed to new replies.