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