'; echo '
'; echo 'Button text'; echo '
'; echo '
'; echo 'Button text'; echo '
'; echo '
'; echo 'Button text'; echo '
'; echo '
'; echo 'Button text'; echo '
'; /* echo '
'; echo '
'; echo 'Button text'; echo 'Button text'; echo '
'; echo '
'; echo '
'; echo '
'; echo 'Button text'; echo 'Button text'; echo '
'; echo '
'; */ echo ''; $this->enqueue(); } /** * Enqueue Function. */ public function enqueue() { if( ! mfn_opts_get('google-font-mode') ) { wp_enqueue_script( 'mfn-webfont', 'https://ajax.googleapis.com/ajax/libs/webfont/1.6.26/webfont.js', array( 'jquery' ), false, true ); } wp_register_script('mfn-field-preview', MFN_OPTIONS_URI .'fields/preview/field_preview.js', array('jquery'), MFN_THEME_VERSION, true); $custom_fonts = mfn_fonts('custom'); wp_localize_script( 'mfn-field-preview', 'mfn_fonts', $custom_fonts ); wp_enqueue_script( 'mfn-field-preview' ); } }