How To Get the Current Page URL in WordPress
erics, Posted January 5th, 2021 at 10:00:06am
1 2 3 4 |
global $wp; $slug_missing_outside_slashes = add_query_arg( array(), $wp->request ); $current_url = home_url( $slug_missing_outside_slashes ); $form_action = '/' . $slug_missing_outside_slashes . '/'; |
https://codex.wordpress.org/Determining_Plugin_and_Content_Directories
Leave Your Comment
All fields marked with "*" are required.