• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar
  • Skip to footer
Easy Digital Downloads a2z

Easy Digital Downloads a2z

Easy Digital Downloads a2z

  • Home
  • Plugins
  • Shortcodes
  • APIs
  • Classes
  • Files
  • Hooks
  • Sitemap
  • Blog
Home / Files / includes/admin/admin-actions.php


Lines:

1 to 43 of 43
<?php

/**
 * Admin Actions
 *
 * @package     EDD
 * @subpackage  Admin/Actions
 * @copyright   Copyright (c) 2018, Easy Digital Downloads, LLC
 * @license     http://opensource.org/licenses/gpl-2.0.php GNU Public License
 * @since       1.0
 */

// Exit if accessed directly
defined( 'ABSPATH' ) || exit;

/* function edd_process_actions() – Processes all EDD actions sent via POST and GET by looking for the ‘edd-action’
request and running do_action() to call the function */
add_action( 'admin_init', 'edd_process_actions' );

/* function edd_products_tabs() – When the Download list table loads, call the function to view our tabs. */
add_filter( 'views_edit-download', 'edd_products_tabs', 10, 1 );

/* function edd_taxonomies_tabs() – When the Download list table loads, call the function to view our tabs. */
add_action( 'admin_notices', 'edd_taxonomies_tabs', 10, 1 );

/* function edd_admin_adjust_submenus() – Remove the top level taxonomy submenus. */
add_action( 'admin_menu', 'edd_admin_adjust_submenus', 999 );

/* function edd_taxonomies_modify_menu_highlight() – This tells WordPress to highlight the Downloads > Downloads submenu,
regardless of which actual Downloads Taxonomy screen we are on. */
add_filter( 'admin_head', 'edd_taxonomies_modify_menu_highlight', 9999 );

/* function edd_add_new_modify_menu_highlight() – This tells WordPress to highlight the Downloads > Downloads submenu when
adding a new product. */
add_filter( 'admin_head', 'edd_add_new_modify_menu_highlight', 9999 );

/* function edd_display_product_tabs() – Displays the product tabs for Products, Categories, and Tags */

/* function edd_admin_removable_query_args() – Return array of query arguments that should be removed from URLs. */

/* function edd_admin_print_payment_icons() – Output payment icons into the admin footer. */
add_action( 'admin_footer', 'edd_admin_print_payment_icons', 9999 );
 

 View on GitHub View on Trac

Called by

    Invoked by

      Calls

      Call hooks

      File name: includes/admin/admin-actions.php
      Plugin ref: Easy Digital Downloads
      Version: 3.1.0.2
      Deprecated?: No
      API Letters: A,I,P

      Published: 26th November 2019 | Last updated: 14th September 2022

      Primary Sidebar

      Information

      File name: includes/admin/admin-actions.php
      Plugin ref: Easy Digital Downloads
      Version: 3.1.0.2
      Deprecated?: No
      API Letters: A,I,P

      includes/admin

      Footer

      Easy Digital Downloads a2z
      Easy Digital Downloads a2z
      Easy Digital Downloads a2z
      WordPress 6.2.2
      WordPress a2z
      WordPress core a2z
      Genesis Theme Framework a2z
      Jetpack a2z
      WordPress develop tests
      Easy Digital Downloads a2z
      WooCommerce a2z
      Yoast SEO a2z
      WordPress Blocks

      Site:  edd.wp-a2z.org
      © Copyright Easy Digital Downloads a2z 2014-2023. All rights reserved.


      Website designed and developed by Herb Miller
      Proudly powered by WordPress and oik plugins