Skip to content
fjarrett edited this page Sep 8, 2014 · 10 revisions

wp_stream_admin_menu_screens

Fires just before the Stream list table is registered.

Return

void

Changelog

Since: 1.4.0

Source file: classes/class-wp-stream-admin.php

do_action( 'wp_stream_admin_menu_screens' );

wp_stream_after_connectors_registration

Fires after all connectors have been registered.

Return

void

Params

$connectors (array) - An array of connector slug/label pairs.

Changelog

Since: 1.3.0

Source file: classes/class-wp-stream-connectors.php

do_action( 'wp_stream_after_connectors_registration', $connectors );

wp_stream_after_list_table

Fires after the list table is displayed.

Return

void

Changelog

Since: 1.0.0

Source file: classes/class-wp-stream-list-table.php

do_action( 'wp_stream_after_list_table' );

wp_stream_insert_column_default-{$column_title}

Allows for the addition of content under a specified column.

Return

void

Params

$item (object) - Contents of the row

Changelog

Since: 1.0.0

Source file: classes/class-wp-stream-list-table.php

do_action( "wp_stream_insert_column_default-{$column_title}", $item );