• 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 / APIs / EDD_Requirements_Check::plugin_row_notice() – Plugin agnostic method to output the additional plugin row

You appear to be a bot. Output may be restricted

Description

Plugin agnostic method to output the additional plugin row

Usage

EDD_Requirements_Check::plugin_row_notice();

Parameters

Returns

void

Source

File name: easy-digital-downloads/includes/class-edd-requirements-check.php


Lines:

1 to 18 of 18
  public function plugin_row_notice() {
    // wp_is_auto_update_enabled_for_type was introduced in WordPress 5.5.
    $colspan = function_exists( 'wp_is_auto_update_enabled_for_type' ) && wp_is_auto_update_enabled_for_type( 'plugin' ) ? 2 : 1;
    ?>
		<tr class="active <?php echo esc_attr( $this->unmet_requirements_name() ); ?>-row">
			<th class="check-column">
				<span class="dashicons dashicons-warning"></span>
			</th>
			<td class="column-primary">
				<?php $this->unmet_requirements_text(); ?>
			</td>
			<td class="column-description" colspan="<?php echo esc_attr( $colspan ); ?>">
				<?php $this->unmet_requirements_description(); ?>
			</td>
		</tr>
		<?php
  }
 

 View on GitHub View on Trac

Published: 14th September 2022 | Last updated: 11th August 2023

Primary Sidebar

Information

Function name: EDD_Requirements_Check::plugin_row_notice
Class ref: EDD_Requirements_Check
Plugin ref: Easy Digital Downloads
Version: 3.1.5
Sourcefile: includes/class-edd-requirements-check.php
File ref: includes/class-edd-requirements-check.php
Deprecated?: No
API Letters: C,E,P,R

Footer

Easy Digital Downloads a2z
Easy Digital Downloads a2z
Easy Digital Downloads a2z
WordPress 6.3.1
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