PATH:
home
/
letacommog
/
laindinois
/
wp-content
/
plugins
/
wilcity-mobile-app
/
app
/
SidebarOnApp
<?php namespace WILCITY_APP\SidebarOnApp; class CustomContent { public function __construct() { add_filter('wilcity/mobile/sidebar/custom_content', array($this, 'render'), 10, 2); } public function render($post, $aAtts){ return $aAtts['content']; } }
[+]
..
[-] Claim.php
[edit]
[-] TermBox.php
[edit]
[-] Categories.php
[edit]
[-] BusinessInfo.php
[edit]
[-] BusinessHours.php
[edit]
[-] PriceRange.php
[edit]
[-] CustomContent.php
[edit]
[-] Statistic.php
[edit]
[-] Tags.php
[edit]