This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
add_action( 'wp_footer', 'my_custom_popup_scripts', 500 ); | |
/** | |
* Reclick the last clicked link upon form submission. | |
* | |
* @since v1.0.0 | |
* | |
* @return void | |
*/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
add_action( 'wp_footer', 'my_custom_popup_scripts', 500 ); | |
function my_custom_popup_scripts() { ?> | |
<script type="text/javascript"> | |
(function ($, document, undefined) { | |
$('#popmake-2686 .pum-content a').click(function (e) { $('#popmake-2686').trigger('pumSetCookie'); }); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* Enqueue child theme assets. | |
* | |
* @package yogaStLouis\utilityPro\Functions | |
* @link http://www.carriedils.com/utility-pro | |
* @author Carrie Dils | |
* @copyright Copyright (c) 2015, Carrie Dils | |
* @license GPL-2.0+ | |
*/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* Archive template file for the Tours custom post type | |
* | |
* @package spiralWebDB\GenesisDeveloper | |
* | |
* @since 1.0.2 | |
* | |
* @author Robert A. Gadon | |
* |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* Custom Post Type functionality | |
* | |
* @package spiralWebDb\JourneysWithJeffHoag | |
* @since 1.0.0 | |
* @author Robert A Gadon | |
* @link https://spiralwebdb.com | |
* @license GNU General Public License 2.0+ | |
*/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
namespace albemishpc\post; | |
/** | |
* Post structure handling. | |
* | |
* @package Utility Pro\post | |
* | |
* @since 1.0.0 | |
* |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
namespace albemishpc\header; | |
/** | |
* Customizations to the site header area within the Utility Pro child theme. | |
* | |
* @package Utility Pro\header | |
* | |
* @since 1.0.0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
namespace albemishpc\front_page; | |
/** | |
* Front page for the Utility Pro theme | |
* | |
* @package Utility_Pro | |
* @author Carrie Dils | |
* @license GPL-2.0+ | |
*/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<h2 class="before-entry-content entry-subtitle" itemprop="sub-headline"><?php echo $subtitle; ?></h2> |