add missing exit if template is accessed directly
This commit is contained in:
parent
7f23ed17c0
commit
455c2d0924
1 changed files with 3 additions and 0 deletions
|
@ -5,6 +5,9 @@
|
||||||
* @package ActivityPub_Event_Bridge
|
* @package ActivityPub_Event_Bridge
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
// Exit if accessed directly.
|
||||||
|
defined( 'ABSPATH' ) || exit; // @codeCoverageIgnore
|
||||||
|
|
||||||
/* @var array $args Template arguments. */
|
/* @var array $args Template arguments. */
|
||||||
$args = wp_parse_args(
|
$args = wp_parse_args(
|
||||||
$args,
|
$args,
|
||||||
|
|
Loading…
Reference in a new issue