YelpReviews_Actions::embedded()
Embedded ajax callback.
Source Source
File: mortgage-yelp-review/inc/YelpReviews_Actions.php
protected function embedded(){
add_action( 'wp_ajax_yelp_reviews_embedded', array( new YelpReviews_Embedded, 'embedded' ) );
add_action( 'wp_ajax_nopriv_yelp_reviews_embedded', array( new YelpReviews_Embedded, 'embedded' ) );
}
Changelog Changelog
| Version | Description |
|---|---|
| 1.0.0 | Introduced. |