Skip to content

Instantly share code, notes, and snippets.

@nilofer-farzana
Created December 19, 2022 06:59
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 nilofer-farzana/0cec4180ae373f158ba99935c57e136d to your computer and use it in GitHub Desktop.
Save nilofer-farzana/0cec4180ae373f158ba99935c57e136d to your computer and use it in GitHub Desktop.
add_filter('jobhunt_load_more_lising', 'Loading_button_text');
function Loading_button_text() {
$text = "Load Listing";
return $text;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment