posts list and filter working

This commit is contained in:
Abhijit Bhatnagar 2025-08-18 01:04:04 +05:30
parent 1fa23c846e
commit 24008c2a49
16 changed files with 2146 additions and 18 deletions

View file

@ -49,6 +49,7 @@ add_action(
'helixData',
array(
'restUrl' => esc_url_raw( rest_url( 'helix/v1/' ) ),
'wpRestUrl' => esc_url_raw( rest_url( 'wp/v2/' ) ),
'nonce' => wp_create_nonce( 'wp_rest' ),
'user' => wp_get_current_user(),
'originalRoute' => $original_route,