Frontend helper
base_url()
echo base_url(); // Output: https://your_domain// echo base_url('dashboard'); // Output: https://your_domain/dashboard
public_url()
echo public_url();
// Output: https://your_domain/
echo public_url('dashboard');
// Output: https://your_domain/dashboardhistory_post_url()
api_rating()
api_count_view()
api_like_post()
update_lang_url()
auth_url()
cat_url()
page_url()
single_url()
chapter_url()
table_posttype() & table_posttype_relationship()
iframe_url()
user_url()
convert_to_string_number()
api_upload_url()
Last updated
Was this helpful?