This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* ### educare_my_custom_results_forms(); | |
* | |
* function for customize educare (results) search forms | |
* | |
* usage => | |
* 1. Copy and paste this function and action (hook) in your themes functions.php files | |
* 2. allow/enable 'Custom Design Permission' in plugin settings (because we care of your security) | |
* 3. Throw your logic [code] under 'specified' function for customize results forms |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* ### educare_custom_results_card($print); | |
* | |
* function for customize educare results card | |
* | |
* usage => | |
* 1. Copy and paste this function with action (hook) in your active theme functions.php files | |
* 2. allow/enable 'Custom Design Permission' in plugin settings (because we care of your security) | |
* 3. Throw your logic [code] under 'educare_custom_results_card' function for customize results card |