• Hello,
    I need to convert this render tag to plain text, just tag, without “Tags:” in front and in plain text.
    I’m not a programmer can anyone help me?

    			// Render tags.
    			if ( $settings['post_meta_tags'] ) {
    				ob_start();
    				the_tags( '' );
    				$tags = ob_get_clean();
    
    				if ( $tags ) {
    					$metadata .= '<span class="meta-tags">' . sprintf( esc_html__( 'Tags: %s', 'fusion-builder' ), $tags ) . '</span><span class="fusion-inline-sep">|</span>';
    				}
    			}
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Convert TAG to plain text’ is closed to new replies.