[ Index ]

PHP Cross Reference of BuddyPress

title

Body

[close]

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

Blogs functions

Version: 3.1.0
File Size: 234 lines (7 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 7 functions

  bp_nouveau_get_blogs_directory_nav_items()
  bp_nouveau_get_blogs_filters()
  bp_nouveau_blogs_catch_button_args()
  bp_nouveau_blogs_customizer_settings()
  bp_nouveau_blogs_customizer_controls()
  bp_nouveau_get_blog_signup_inline_script()
  bp_nouveau_blog_loop_item_has_lastest_post()

Functions
Functions that are not part of a class:

bp_nouveau_get_blogs_directory_nav_items()   X-Ref

since: 3.0.0

bp_nouveau_get_blogs_filters( $context = '' )   X-Ref
Get Dropdown filters for the blogs component

param: string $context 'directory' or 'user'
since: 3.0.0
return: array the filters

bp_nouveau_blogs_catch_button_args( $button = array()   X-Ref
Catch the arguments for buttons

param: array $buttons The arguments of the button that BuddyPress is about to create.
since: 3.0.0
return: array An empty array to stop the button creation process.

bp_nouveau_blogs_customizer_settings( $settings = array()   X-Ref
Add settings to the customizer for the blogs component.

param: array $settings the settings to add.
since: 3.0.0
return: array the settings to add.

bp_nouveau_blogs_customizer_controls( $controls = array()   X-Ref
Add controls for the settings of the customizer for the blogs component.

param: array $controls the controls to add.
since: 3.0.0
return: array the controls to add.

bp_nouveau_get_blog_signup_inline_script()   X-Ref
Inline script to toggle the signup blog form

since: 3.0.0
return: string Javascript output

bp_nouveau_blog_loop_item_has_lastest_post( $classes )   X-Ref
Filter bp_get_blog_class().
Adds a class if blog item has a latest post.

since: 3.0.0



Generated: Sat Apr 27 01:00:55 2024 Cross-referenced by PHPXref 0.7.1