bp_activity_blocks_preserve_emoji_chars(string $activity_content) : string
| package | buddypress\bp-activity-block-functions |
|---|---|
| since | 11.0.0 |
stringThe activity content.
stringThe sanitized activity content.bp_activity_do_blocks(string $content) : string
| package | buddypress\bp-activity-block-functions |
|---|---|
| since | 11.0.0 |
stringActivity content.
stringThe block based activity content.bp_activity_has_blocks(string|integer|\BP_Activity_Activity|null $activity = null) : boolean
| package | buddypress\bp-activity-block-functions |
|---|---|
| since | 11.0.0 |
| see |
stringinteger\BP_Activity_ActivitynullActivity content, Activity ID, or Activity object.
booleanWhether the activity content has blocks.bp_activity_restore_wpautop_hook(string $content) : string
| package | buddypress\bp-activity-block-functions |
|---|---|
| since | 11.0.0 |
stringThe activity content running through this filter.
stringThe unmodified activity content.