[ Index ]

PHP Cross Reference of WordPress Trunk (Updated Daily)

Search

title

Body

[close]

/wp-includes/widgets/ -> class-wp-widget-meta.php (summary)

Widget API: WP_Widget_Meta class

File Size: 143 lines (4 kb)
Included or required: 1 time
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

WP_Widget_Meta:: (4 methods):
  __construct()
  widget()
  update()
  form()


Class: WP_Widget_Meta  - X-Ref

Core class used to implement a Meta widget.

Displays log in/out, RSS feed links, etc.

__construct()   X-Ref
Sets up a new Meta widget instance.


widget( $args, $instance )   X-Ref
Outputs the content for the current Meta widget instance.

param: array $args     Display arguments including 'before_title', 'after_title',
param: array $instance Settings for the current Meta widget instance.

update( $new_instance, $old_instance )   X-Ref
Handles updating settings for the current Meta widget instance.

param: array $new_instance New settings for this instance as input by the user via
param: array $old_instance Old settings for this instance.
return: array Updated settings to save.

form( $instance )   X-Ref
Outputs the settings form for the Meta widget.

param: array $instance Current settings.



Generated : Tue Mar 19 08:20:01 2024 Cross-referenced by PHPXref