jetpack_widget_top_posts_after_post, $post[post_id]

jetpack_widget_top_posts_after_post, $post[post_id]

Appears in:
Hook Type: action

See hook in core

Displaying hooks found in version: jetpack.16.0.1

do_action('jetpack_widget_top_posts_after_post, $post[post_id]') is found 3 times:

  • /modules/widgets/top-posts.php line 518
    						 * @since 3.2.0
    						 *
    						 * @param string $post['post_id'] Post ID.
    						 */
    						do_action( 'jetpack_widget_top_posts_after_post', $post['post_id'] );
    
    						echo '</div>';
    					}
    					echo "</div>\n";
    				} else {
    					echo "<ul class='widgets-list-layout no-grav'>\n";
    
  • /modules/widgets/top-posts.php line 559
    							esc_html( wp_kses( $post['title'], array() ) )
    						);
    
    						/** This action is documented in modules/widgets/top-posts.php */
    						do_action( 'jetpack_widget_top_posts_after_post', $post['post_id'] );
    
    						echo '</li>';
    					}
    					echo "</ul>\n";
    				}
    				break;
    
  • /modules/widgets/top-posts.php line 586
    						esc_html( wp_kses( $post['title'], array() ) )
    					);
    
    					/** This action is documented in modules/widgets/top-posts.php */
    					do_action( 'jetpack_widget_top_posts_after_post', $post['post_id'] );
    
    					echo '</li>';
    				}
    
    				echo '</ul>';
    				break;