Activity::the_verb()

Description #

Echo current activity verb.

This is a wrapper method for AnsPress\Activity::get_the_verb().

Changelog #

VersionDescription
4.1.2Introduced.

Source #

File: includes/class/class-activity.php

	public function the_verb() {
		echo wp_kses_post( $this->get_the_verb() );
	}

Leave a Reply

Your email address will not be published.

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Add your comment