Recent

ata_process_placeholdersfilter

ata_process_placeholders

Filters content with placeholders replaced.

Type: filter
Since: 1.4.0
Source: includes/util/class-helpers.php line 67

Parameters

Type Name Description
string $output Content with placeholders replaced.
string $input Content with placeholders to be replaced.
array $placeholders Placeholders.

Usage

add_filter( 'ata_process_placeholders', function($output, $input, $placeholders) {
    // ...
    return $output;
} );