Learn more  » Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Bower components Debian packages RPM packages NuGet packages

jsarnowski / jsarnowski/jet-theme-core   php

Repository URL to install this package:

Version: 1.2.1 

/ dashboard / guide / heading.php

<?php
/**
 * User guide page heading
 */

if ( $title ) {
	?>
	<h4 class="jet-guide-title"><?php echo $title; ?></h4>
	<?php
}

if ( $content ) {
	?>
	<p class="jet-guide-content"><?php echo $content; ?></p>
	<?php
}