AnsPress_Notification_Query::item_template()
Description #
Include current item template.
Source #
File: addons/free/notification/query.php
public function item_template() { $verb = $this->verb_args( $this->object->noti_verb ); $file = ap_get_theme_location( 'addons/notification/' . sanitize_file_name( $verb['ref_type'] . '.php' ) ); if ( file_exists( $file ) ) { include $file; } }
Expand full source code Collapse full source code View on GitHub: addons/free/notification/query.php:206
Add your comment