Skip to content

Instantly share code, notes, and snippets.

@purethemes
Created October 14, 2016 15:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save purethemes/e2317d492bfd331775246449fca1fb75 to your computer and use it in GitHub Desktop.
Save purethemes/e2317d492bfd331775246449fca1fb75 to your computer and use it in GitHub Desktop.
wp-content\themes\workscout\css\font-awesome.css:
771: .fa-money:before {
wp-content\themes\workscout\inc\shortcodes.php:
825: <i class="fa fa-money"></i> <?php echo get_workscout_currency_symbol(); echo esc_html( $rate_min ); if(!empty($rate_max)) { echo '- '.get_workscout_currency_symbol().$rate_max; } ?> <?php _e('/ hour','workscout'); ?>
834: <i class="fa fa-money"></i>
978: <i class="fa fa-money"></i> <?php echo get_workscout_currency_symbol(); echo esc_html( $rate_min ); if(!empty($rate_max)) { echo '- '.get_workscout_currency_symbol().$rate_max; } ?> <?php _e('/ hour','workscout'); ?>
987: <i class="fa fa-money"></i>
wp-content\themes\workscout\job_manager\content-job_listing.php:
23: <i class="fa fa-money"></i> <?php echo get_workscout_currency_symbol(); echo esc_html( $rate_min ); if(!empty($rate_max)) { echo '- '.get_workscout_currency_symbol().$rate_max; } ?> <?php esc_html_e('/ hour','workscout'); ?>
32: <i class="fa fa-money"></i>
wp-content\themes\workscout\job_manager\content-single-job_listing.php:
135: <i class="fa fa-money"></i>
149: <i class="fa fa-money"></i>
wp-content\themes\workscout\single-job_listing.php:
234: <i class="fa fa-money"></i>
250: <i class="fa fa-money"></i>
wp-content\themes\workscout\single-resume.php:
36: <span class="icons"><i class="fa fa-money"></i> <?php echo get_workscout_currency_symbol(); echo get_post_meta( $post->ID, '_rate_min', true ); ?> <?php esc_html_e('/ hour','workscout') ?></span>
wp-content\themes\workscout\template-parts\jobs-related.php:
64: <i class="fa fa-money"></i> <?php echo get_workscout_currency_symbol(); echo esc_html( $rate_min ); if(!empty($rate_max)) { echo '- '.get_workscout_currency_symbol().$rate_max; } ?> <?php _e('/ hour','workscout'); ?>
73: <i class="fa fa-money"></i>
wp-content\themes\workscout\wp-job-manager-resumes\content-resume.php:
20: <span class="icons"><i class="fa fa-money"></i> <?php echo get_workscout_currency_symbol(); echo get_post_meta( $post->ID, '_rate_min', true ); ?> <?php esc_html_e('/ hour','workscout') ?></span>
wp-content\themes\workscout\wp-job-manager-resumes\content-single-resume.php:
15: <span class="icons"><i class="fa fa-money"></i> <?php echo get_workscout_currency_symbol(); echo get_post_meta( $post->ID, '_rate_min', true ); ?> <?php esc_html_e('/ hour','workscout') ?></span>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment