Helpers
Helpers class.
Namespace: WebberZone\Knowledge_Base\Util
Since: 2.3.0
Source: includes/util/class-helpers.php line 21
Methods
__construct()
Constructor class.
Since: 2.3.0
Line: 28
public function __construct( );
get_credit_link() static
Get the link to Knowledge Base homepage.
Since: 2.3.0
Line: 38
static public function get_credit_link( ): string;
Returns: string — HTML markup.
sanitize_args() static
Sanitize args.
Since: 2.3.1
Line: 56
static public function sanitize_args( $args ): array;
| Type | Name | Description |
|---|---|---|
array | $args | Array of arguments. |
Returns: array — Sanitized array of arguments.