Changeset 3226490
- Timestamp:
- 01/21/2025 08:55:01 PM (12 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pcrecruiter-extensions/trunk/PCRecruiter-Extensions.php
r3220322 r3226490 4 4 Plugin URI: https://www.pcrecruiter.net 5 5 Description: Embeds PCRecruiter forms and iframe content via shortcodes, and facilitiates RSS/XML Job Feeds. 6 Version: 1.4.3 26 Version: 1.4.33 7 7 Author: Main Sequence Technology, Inc. 8 8 Author URI: https://www.pcrecruiter.net … … 48 48 49 49 // Modify the URL when needed 50 if (strpos($loadurl,'jobboard.') > -1 || strpos($loadurl,'temphrs.') > -1 || strpos($loadurl,'employer.') > -1 || strpos($loadurl,'/reg') > -1 ) {50 if (strpos($loadurl,'jobboard.') > -1 || strpos($loadurl,'temphrs.') > -1 || strpos($loadurl,'employer.') > -1 || strpos($loadurl,'/reg') > -1 || strpos($loadurl,'reg') > -1) { 51 51 52 52 } else { … … 95 95 $doc->appendChild($iframe); 96 96 97 return "<!-- Start PCRecruiter WP 1.4.3 2-->"97 return "<!-- Start PCRecruiter WP 1.4.33-->" 98 98 . $pcrframecss 99 99 . $doc->saveHTML()
Note: See TracChangeset
for help on using the changeset viewer.