Astra_Target_Rules_Fields::__construct()
Constructor
Description
Source
File: classes/modules/target-rule/class-astra-target-rules-fields.php
public function __construct() {
add_action( 'admin_action_edit', array( $this, 'initialize_options' ) );
add_action( 'wp_ajax_astra_get_posts_by_query', array( $this, 'astra_get_posts_by_query' ) );
}
Expand full source code Collapse full source code View on Trac
Changelog
| Version | Description |
|---|---|
| 1.0.0 | Introduced. |