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
{ | |
"Address":"AccountId", | |
"BlockNumber":"u64", | |
"DelegationNodeId":"Hash", | |
"ErrorCode":"u16", | |
"Index":"u64", | |
"LookupSource":"AccountId", | |
"Permissions":"u32", | |
"PublicBoxKey":"Hash", | |
"PublicSigningKey":"Hash", |
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
// enable shortcode rendering for values of types text and textarea (type array or object would lead to an error) | |
// more information: https://www.advancedcustomfields.com/resources/#filters | |
add_filter('acf/format_value/type=textarea', 'do_shortcode'); | |
add_filter('acf/format_value/type=text', 'do_shortcode'); | |
// if you wish to also enable shortcode rendering for the title add these two lines | |
add_filter('get_the_title', 'do_shortcode'); | |
add_filter('the_title', 'do_shortcode'); |
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
var ulp_active_window_id = false; | |
var ulp_active_campaign = ""; | |
var ulp_subscribing = false; | |
var ulp_onload_displayed = false; | |
var ulp_onexit_displayed = false; | |
var ulp_onscroll_displayed = false; | |
var ulp_onidle_displayed = false; | |
var ulp_onabd_displayed = false; | |
var ulp_no_preload_loading = false; | |
var ulp_timeout; |