PATH:
home
/
letacommog
/
laindinois
/
wp-content
/
plugins
/
wilcity-shortcodes
/
app
/
ParseShortcodeAtts
<?php namespace WILCITY_SC\ParseShortcodeAtts; trait ParseColumnClasses { private function parseColumnClasses() { if (!isset($this->aScAttributes['maximum_posts_on_lg_screen'])) { return ''; } $classes = $this->aScAttributes['maximum_posts_on_lg_screen'].' '.$this->aScAttributes['maximum_posts_on_md_screen'].' '. $this->aScAttributes['maximum_posts_on_sm_screen']; if (isset($this->aScAttributes['maximum_posts_on_xs_screen'])) { $classes .= ' ' . $this->aScAttributes['maximum_posts_on_xs_screen']; } $this->aScAttributes['column_classes'] = $classes; } }
[+]
..
[-] 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]