PATH:
home
/
letacommog
/
laindinois
/
wp-content
/
plugins
/
wilcity-shortcodes
/
app
/
ParseShortcodeAtts
<?php namespace WILCITY_SC\ParseShortcodeAtts; use WILCITY_SC\SCHelpers; trait MergeIsAppRenderingAtts { private function mergeIsAppRenderingAttr() { if (isset($_POST['post_ID'])) { $pageTemplate = get_page_template_slug($_POST['post_ID']); if ($pageTemplate == 'templates/mobile-app-homepage.php') { SCHelpers::$isApp = true; } } $this->aScAttributes['isApp'] = SCHelpers::$isApp; } }
[+]
..
[-] CountPostsInTerm.php
[edit]
[-] ParsePostType.php
[edit]
[-] ParseTermArgs.php
[edit]
[-] MergeIsAppRenderingAtts.php
[edit]
[-] ParseTermsInSc.php
[edit]
[-] PrepareHeading.php
[edit]
[-] ParseColumnClasses.php
[edit]
[-] BuildTermQueryArgs.php
[edit]
[-] ParseImageSize.php
[edit]
[-] ParseShortcodeAtts.php
[edit]
[-] GetPostsInTerm.php
[edit]
[-] ParseTermLink.php
[edit]