You appear to be a bot. Output may be restricted
Description
For Jetpack sites this will always return false.
This is extended for WordPress.com sites in wpcom/public.api/rest/sal/trait.json-api-site-wpcom.php.
Usage
$bool = Abstract_Jetpack_Site::is_a8c_publication( $post_id );
Parameters
- $post_id
- ( int ) required – The post id.
Returns
bool
Source
File name: jetpack/sal/class.json-api-site-jetpack-base.php
Lines:
1 to 4 of 4
protected function is_a8c_publication( $post_id ) { // phpcs:ignore VariableAnalysis.CodeAnalysis.VariableAnalysis.UnusedVariable -- Extended and used in WordPress.com. return false; }