fe07d5eb32
* Blocks: short-circuit early on sites that do not support blocks Fixes #430 This is typically only the case for sites using a custom version of WordPress, like ClassicPress. * let grunt build the markdown * Check for block support earlier and add filter One can now deactivate the blocks registered by ActivityPub like so: ``` add_filter( 'activitypub_site_supports_blocks', '__return_false' ); ``` * Fix readme (gotta remember to use grunt) * alias function --------- Co-authored-by: Matthias Pfefferle <pfefferle@users.noreply.github.com> |
||
---|---|---|
.. | ||
activity | ||
collection | ||
model | ||
peer | ||
rest | ||
table | ||
transformer | ||
class-activity-dispatcher.php | ||
class-activitypub.php | ||
class-admin.php | ||
class-blocks.php | ||
class-debug.php | ||
class-hashtag.php | ||
class-health-check.php | ||
class-http.php | ||
class-mention.php | ||
class-migration.php | ||
class-scheduler.php | ||
class-shortcodes.php | ||
class-signature.php | ||
class-webfinger.php | ||
debug.php | ||
functions.php | ||
help.php |