PATH:
home
/
letacommog
/
aacote
/
wp-content
/
plugins
/
wyz-toolkit
/
classes
/
user-dashboard
/
templates
<?php $step=''; $steps = array('submit' => '','preview' => '','done' => ''); if ( isset( $_POST['step'] ) ) { $step = is_numeric( $_POST['step'] ) ? max( absint( $_POST['step'] ), 0 ) : array_search( $_POST['step'], array_keys( $steps ) ); } elseif ( ! empty( $_GET['step'] ) ) { $step = is_numeric( $_GET['step'] ) ? max( absint( $_GET['step'] ), 0 ) : array_search( $_GET['step'], array_keys( $steps ) ); } if ( ( isset( $_GET['add-job'] ) && $this->can_add_job )|| $step == 1 ) { echo do_shortcode( '[submit_job_form]' ); } elseif ( isset( $_GET['action'] ) && 'edit' == $_GET['action'] ) { echo do_shortcode( '[job_dashboard]' ); }
[+]
..
[-] offer-form.php
[edit]
[-] subscription.php
[edit]
[-] table-offers.php
[edit]
[-] favorite.php
[edit]
[-] appointments.php
[edit]
[-] offers.php
[edit]
[-] jobs.php
[edit]
[-] vendor-form.php
[edit]
[-] calendars.php
[edit]
[-] table-listings.php
[edit]
[-] inbox.php
[edit]
[-] table-jobs.php
[edit]
[-] job-form.php
[edit]
[-] profile.php
[edit]
[-] products.php
[edit]
[-] table-businesses.php
[edit]
[-] shop.php
[edit]
[-] landing.php
[edit]
[-] businesses.php
[edit]
[-] business-form.php
[edit]