[ Index ]

PHP Cross Reference of BuddyPress

title

Body

[close]

/src/bp-templates/bp-nouveau/includes/blogs/ -> template-tags.php (summary)

Blogs Template tags

Version: 6.0.0
File Size: 311 lines (8 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 7 functions

  bp_nouveau_before_blogs_directory_content()
  bp_nouveau_after_blogs_directory_content()
  bp_nouveau_blogs_create_hook()
  bp_nouveau_blogs_loop_item()
  bp_nouveau_blogs_loop_buttons()
  bp_nouveau_get_blogs_buttons()
  bp_nouveau_blog_has_latest_post()

Functions
Functions that are not part of a class:

bp_nouveau_before_blogs_directory_content()   X-Ref
Template tag to wrap all Legacy actions that was used
before the blogs directory content

since: 3.0.0

bp_nouveau_after_blogs_directory_content()   X-Ref
Template tag to wrap all Legacy actions that was used after the blogs directory content

since: 3.0.0

bp_nouveau_blogs_create_hook( $when = '', $suffix = '' )   X-Ref
Fire specific hooks into the blogs create template

param: string $when   Optional. Either 'before' or 'after'.
param: string $suffix Optional. Use it to add terms at the end of the hook name.
since: 3.0.0

bp_nouveau_blogs_loop_item()   X-Ref
Fire an isolated hook inside the blogs loop

since: 3.0.0

bp_nouveau_blogs_loop_buttons( $args = array()   X-Ref
Output the action buttons inside the blogs loop.

param: array $args See bp_nouveau_wrapper() for the description of parameters.
since: 3.0.0

bp_nouveau_get_blogs_buttons( $args )   X-Ref
Get the action buttons for the current blog in the loop.

param: string $type Type of Group of buttons to get.
return: array
since: 3.0.0

bp_nouveau_blog_has_latest_post()   X-Ref
Check if the Sites has a latest post

return: bool True if the sites has a latest post. False otherwise.
since: 3.0.0



Generated: Tue Mar 19 01:01:09 2024 Cross-referenced by PHPXref 0.7.1