[ Index ]

PHP Cross Reference of WordPress Trunk (Updated Daily)

Search

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.

return: Twenty_Fourteen_Ephemera_Widget

enqueue_scripts()   X-Ref
Enqueue scripts.


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

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.

param: array $new_instance New widget instance.
param: array $old_instance Original widget instance.
return: array Updated widget instance.

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

param: array $instance



Generated : Mon Mar 18 08:20:01 2024 Cross-referenced by PHPXref