• File: front-end-custom-css.php
  • Full Path: /home/docteuh/www/plugins/fusion-builder/front-end/templates/front-end-custom-css.php
  • Date Modified: 11/20/2023 6:12 PM
  • File size: 479 bytes
  • MIME-type: text/x-php
  • Charset: utf-8
<?php
/**
 * Underscore.js template
 *
 * @package fusion-builder
 * @since 2.0
 */

?>
<script type="text/template" id="fusion-builder-front-end-css">
	<textarea id="fusion-page-css" name="fusion-page-css"><# if ( 'undefined' !== typeof FusionPageBuilderApp && 'undefined' !== typeof FusionApp.data.postMeta && 'undefined' !== typeof FusionApp.data.postMeta._fusion_builder_custom_css ) { #>{{{ FusionApp.data.postMeta._fusion_builder_custom_css }}}<# } #></textarea>
</script>