jpkcom-acf-jobs.php
Table of Contents
Constants
- JPKCOM_ACFJOBS_BASENAME = \plugin_basename(__FILE__)
- JPKCOM_ACFJOBS_PLUGIN_PATH = \plugin_dir_path(__FILE__)
- JPKCOM_ACFJOBS_PLUGIN_URL = \plugin_dir_url(__FILE__)
- JPKCOM_ACFJOBS_VERSION = '1.3.2'
Functions
- jpkcom_acfjobs_textdomain() : void
- Load plugin text domain for translations
- jpkcom_acfjobs_locate_file() : string|null
- Locate file with override support
Constants
JPKCOM_ACFJOBS_BASENAME
public
mixed
JPKCOM_ACFJOBS_BASENAME
= \plugin_basename(__FILE__)
JPKCOM_ACFJOBS_PLUGIN_PATH
public
mixed
JPKCOM_ACFJOBS_PLUGIN_PATH
= \plugin_dir_path(__FILE__)
JPKCOM_ACFJOBS_PLUGIN_URL
public
mixed
JPKCOM_ACFJOBS_PLUGIN_URL
= \plugin_dir_url(__FILE__)
JPKCOM_ACFJOBS_VERSION
public
mixed
JPKCOM_ACFJOBS_VERSION
= '1.3.2'
Functions
jpkcom_acfjobs_textdomain()
Load plugin text domain for translations
jpkcom_acfjobs_textdomain() : void
Loads translation files from the /languages directory.
Tags
jpkcom_acfjobs_locate_file()
Locate file with override support
jpkcom_acfjobs_locate_file(string $filename) : string|null
Searches for a file in multiple locations with priority:
- Child theme
- Parent theme
- MU plugin overrides
- Plugin includes directory
Parameters
- $filename : string
-
The filename to locate (without path).
Tags
Return values
string|null —Full path to the file if found, null otherwise.