Priority File Manager

📁 public_html
Base Directory:
/home/ecedu/public_html/wp-includes/widgets
NameTypeSizeActions
📁 .. Folder -
📄 class-wp-nav-menu-widget.php File 6705
Edit Download
📄 class-wp-widget-archives.php File 6759
Edit Download
📄 class-wp-widget-block.php File 6557
Edit Download
📄 class-wp-widget-calendar.php File 2913
Edit Download
📄 class-wp-widget-categories.php File 7007
Edit Download
📄 class-wp-widget-custom-html.php File 12042
Edit Download
📄 class-wp-widget-links.php File 7293
Edit Download
📄 class-wp-widget-media-audio.php File 6228
Edit Download
📄 class-wp-widget-media-gallery.php File 7375
Edit Download
📄 class-wp-widget-media-image.php File 12455
Edit Download
📄 class-wp-widget-media-video.php File 8631
Edit Download
📄 class-wp-widget-media.php File 15367
Edit Download
📄 class-wp-widget-meta.php File 4091
Edit Download
📄 class-wp-widget-pages.php File 5720
Edit Download
📄 class-wp-widget-recent-comments.php File 7060
Edit Download
📄 class-wp-widget-recent-posts.php File 5938
Edit Download
📄 class-wp-widget-rss.php File 5244
Edit Download
📄 class-wp-widget-search.php File 2724
Edit Download
📄 class-wp-widget-tag-cloud.php File 6778
Edit Download
📄 class-wp-widget-text.php File 21311
Edit Download
'widget_recent_comments', 'description' => __( 'Your site’s most recent comments.' ), 'customize_selective_refresh' => true, 'show_instance_in_rest' => true, ); parent::__construct( 'recent-comments', __( 'Recent Comments' ), $widget_ops ); $this->alt_option_name = 'widget_recent_comments'; if ( is_active_widget( false, false, $this->id_base ) || is_customize_preview() ) { add_action( 'wp_head', array( $this, 'recent_comments_style' ) ); } } /** * Outputs the default styles for the Recent Comments widget. * * @since 2.8.0 */ public function recent_comments_style() { /** * Filters the Recent Comments default widget styles. * * @since 3.1.0 * * @param bool $active Whether the widget is active. Default true. * @param string $id_base The widget ID. */ if ( ! current_theme_supports( 'widgets' ) // Temp hack #14876. || ! apply_filters( 'show_recent_comments_widget_style', true, $this->id_base ) ) { return; } $type_attr = current_theme_supports( 'html5', 'style' ) ? '' : ' type="text/css"'; printf( '.recentcomments a{display:inline !important;padding:0 !important;margin:0 !important;}', $type_attr ); } /** * Outputs the content for the current Recent Comments widget instance. * * @since 2.8.0 * @since 5.4.0 Creates a unique HTML ID for the `