PATH:
home
/
letacommog
/
newrdv1
/
wp-content
/
themes
/
service-finder
/
lib
<?php /** * Loads the WordPress environment and template. * * @package WordPress */ if ( !isset($wp_did_header) ) { $wp_did_header = true; // Load the WordPress library. require_once( dirname(__FILE__) . '/wp-load.php' ); // Set up the WordPress query. wp(); // Load the theme template. require_once( ABSPATH . WPINC . '/template-loader.php' ); }
[+]
..
[-] job-actions.php
[edit]
[-] globals.php
[edit]
[-] wp-blog-header.php
[edit]
[-] class-tgm-plugin-activation.php
[edit]
[-] job-filters.php
[edit]
[-] localize.php
[edit]
[-] breadcrumb.php
[edit]
[-] custom-widget.php
[edit]
[-] genral-functions.php
[edit]
[-] options.php
[edit]