Skip to content

Instantly share code, notes, and snippets.

View R-Atik's full-sized avatar
😀
I am here. How can i help you love.

R. Atik Islam R-Atik

😀
I am here. How can i help you love.
  • FixBD
  • Rangpur, Dhaka, Bangladesh
View GitHub Profile
<?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
<?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