/home/techb158/public_html/wp-content/plugins/kirki/includes/Admin/views
Edit: /home/techb158/public_html/wp-content/plugins/kirki/includes/Admin/views/dashboard.php (1575B)
';
$url_arr = HelperFunctions::get_post_url_arr_from_post_id(
get_the_ID(),
array(
'ajax_url' => true,
'rest_url' => true,
'admin_url' => true,
'site_url' => true,
'nonce' => true,
)
);
$last_edited_kirki_editor_page = HelperFunctions::get_last_edited_kirki_editor_type_page();
$last_edited_kirki_editor_page_url_arr = array( 'editor_url' => false );
if ( $last_edited_kirki_editor_page ) {
$last_edited_kirki_editor_page_url_arr = HelperFunctions::get_post_url_arr_from_post_id( $last_edited_kirki_editor_page->ID, array( 'editor_url' => true ) );
}
?>