/home/techb158/dev.aleamaralawal.com/wp-content/plugins/wp-duplicate-page/includes/Helper
NameSizeModeActions
Utils.php14020644editdlrm
Edit: /home/techb158/dev.aleamaralawal.com/wp-content/plugins/wp-duplicate-page/includes/Helper/Utils.php (1402B)
post_type ) ) { return; } $action_name = 'njt_duplicate_page_save_as_new_post'; $action = '?action=' . $action_name . '&post=' . $post->ID . ( $inEditor ? '&redirect=new_draft' : '' ); $postType = get_post_type_object( $post->post_type ); if ( ! $postType ) { return; } return wp_nonce_url( admin_url( 'admin.php' . $action ), 'njt-duplicate-page_' . $post->ID ); } }