JPKCom ACF Jobs

JPKComAcfJobs

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
since
1.0.0

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:

  1. Child theme
  2. Parent theme
  3. MU plugin overrides
  4. Plugin includes directory
Parameters
$filename : string

The filename to locate (without path).

Tags
since
1.0.0
Return values
string|null

Full path to the file if found, null otherwise.


        
On this page

Search results