Menu Adam R Brown

WP hooks navigation: Home/browseActions indexFilters index

Source View: quick_edit_custom_box

To save our bandwidth, we show only a snippet of code around each occurence of the hook. View complete file in SVN (without highlighting).

Understanding Source Code

The best way to understand what a hook does is to look at where it occurs in the source code.

Remember, this hook may occur in more than one file. Moreover, the hook's context may change from version to version.

Source View

Line Code
351
352           $core_columns = array( 'cb' => true, 'description' => true, 'name' => true, 'slug' => true, 'posts' => true );
353
354           list( $columns ) = $this->get_column_info();
355
356           foreach ( $columns as $column_name => $column_display_name ) {
357                if ( isset( $core_columns[$column_name] ) )
358                     continue;
359
360                do_action( 'quick_edit_custom_box', $column_name, 'edit-tags', $tax->name );
361           }
362
363      ?>
364
365           <p class="inline-edit-save submit">
366                <a accesskey="c" href="#inline-edit" title="<?php esc_attr_e( 'Cancel' ); ?>" class="cancel button-secondary alignleft"><?php _e( 'Cancel' ); ?></a>
367                <?php $update_text = $tax->labels->update_item; ?>
368                <a accesskey="s" href="#inline-edit" title="<?php echo esc_attr( $update_text ); ?>" class="save button-primary alignright"><?php echo $update_text; ?></a>
369                <img class="waiting" style="display:none;" src="<?php echo esc_url( admin_url( 'images/wpspin_light.gif' ) ); ?>" alt="" />