PATH:
var
/
www
/
vhosts
/
sandbox.dos-group.com
/
httpdocs
/
devicing
/
wp-content
/
themes
/
agile-child
<?php add_action('wp_loaded', 'child_create_objects', 11); function child_create_objects() { } $shortcodes_path = get_stylesheet_directory() . '/framework/shortcodes/'; include_once($shortcodes_path . 'contact-shortcodes.php'); include_once($shortcodes_path . 'custom-posts-shortdcodes.php'); include_once($shortcodes_path . 'custom-misc-shortcodes.php'); include_once($shortcodes_path . 'custom-services-shortdcodes.php'); include_once(get_stylesheet_directory() . '/framework/cpt-filter.class.php'); // Register Script function dv_custom_scripts() { wp_register_script( 'anystretch', get_stylesheet_directory_uri() . '/js/jquery.anystretch.min.js', array( 'jquery' ), '1.2', false ); wp_enqueue_script( 'anystretch' ); } // Hook into the 'wp_enqueue_scripts' action add_action( 'wp_enqueue_scripts', 'dv_custom_scripts' ); $filter_args = array('portfolio' => array('portfolio_category')); $tax_filter = new Tax_CTP_Filter($filter_args);
[+]
framework
[-] functions.php
[open]
[+]
..
[+]
js
[-] part-services.php
[open]
[-] single-portfolio.php
[open]
[-] screenshot.png
[open]
[-] style.css
[open]