post_type ) { $map_api_key = ! empty( $map_settings['api_key'] ) ? '&key='.$map_settings['api_key'] : ''; wp_enqueue_script( ACADP_PLUGIN_NAME.'-google-map', 'https://maps.googleapis.com/maps/api/js?v=3.exp'.$map_api_key ); } wp_enqueue_script( ACADP_PLUGIN_NAME, ACADP_PLUGIN_URL . 'admin/js/acadp-admin.js', array( 'jquery' ), ACADP_VERSION_NUM, false ); wp_localize_script( ACADP_PLUGIN_NAME, 'acadp', array( 'edit' => __( 'Edit', 'advanced-classifieds-and-directory-pro' ), 'delete_permanently' => __( 'Delete Permanently', 'advanced-classifieds-and-directory-pro' ), 'zoom_level' => $map_settings['zoom_level'] ) ); } /** * Display Admin Notices. * * @since 1.0.0 * @access public */ public function admin_notices() { // Notice: forever $screen = get_current_screen(); if( in_array( $screen->post_type, array( 'acadp_listings', 'acadp_fields', 'acadp_payments' ) ) ) { ?>