tag_id = $tag_id; } /** * Determines whether the guarded tag can be activated or not. * * @since 1.124.0 * @since 1.128.0 Updated logic to check modules tag_id value.. * * @return bool TRUE if guarded tag can be activated, otherwise FALSE or an error. */ public function can_activate() { return ! empty( $this->tag_id ); } }