[ Index ]

PHP Cross Reference of WordPress

title

Body

[close]

/wp-content/themes/twentyfourteen/inc/ -> widgets.php (summary)

(no description)

File Size: 313 lines (11 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

Twenty_Fourteen_Ephemera_Widget:: (5 methods):
  __construct()
  enqueue_scripts()
  widget()
  update()
  form()


Class: Twenty_Fourteen_Ephemera_Widget  - X-Ref

Custom Widget for displaying specific post formats

Displays posts from Aside, Quote, Video, Audio, Image, Gallery, and Link formats.

__construct()   X-Ref
Constructor.

since: Twenty Fourteen 1.0
return: Twenty_Fourteen_Ephemera_Widget

enqueue_scripts()   X-Ref
Enqueue scripts.

since: Twenty Fourteen 1.7

widget( $args, $instance )   X-Ref
Output the HTML for this widget.

since: Twenty Fourteen 1.0
param: array $args     An array of standard parameters for widgets in this theme.
param: array $instance An array of settings for this widget instance.

update( $new_instance, $old_instance )   X-Ref
Deal with the settings when they are saved by the admin.

Here is where any validation should happen.

since: Twenty Fourteen 1.0
since: Twenty Fourteen 3.3 Renamed `$instance` to `$old_instance` to match
return: array Updated widget instance.
param: array $new_instance New widget instance.
param: array $old_instance Original widget instance.

form( $instance )   X-Ref
Display the form for this widget on the Widgets page of the Admin area.

since: Twenty Fourteen 1.0
param: array $instance



Generated: Sun Apr 28 01:00:03 2024 Cross-referenced by PHPXref 0.7.1