admin_url( 'admin-ajax.php' ), // generate a nonce with a unique ID "myajax-post-comment-nonce" // so that you can check it later when an AJAX request is sent //'apodImageNonce' => wp_create_nonce( 'astronomy-picture-of-the-day-nonce' ) // )); } //Add actions for admin menues add_action( 'admin_menu', 'astronomy_picture_of_the_day_create_plugin_menu' ); //add_action( 'admin_menu', 'gowp_admin_menu' ); add_action( 'admin_enqueue_scripts', 'astronomy_picture_of_the_day_admin_enqueue' ); ?>