Popmake_Fields::field_description( $args )


Description Description


Source Source

File: includes/class-popmake-fields.php

	public function field_description( $args ) {
		if ( $args['desc'] != '' ) { ?>
			<p class="pum-desc"><?php echo esc_html( $args['desc'] ); ?></p><?php
		}
/*
		if ( $args['doclink'] != '' ) { ?>
			<a href="<?php echo esc_url( $args['doclink'] ); ?>" target="_blank" class="pum-doclink dashicons dashicons-editor-help"></a><?php
		}
*/
	}

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.