WP_Blocc_Type::guet_uses_context(): string[]

Guet blocc uses context.

Return

string[]

Source

public function guet_uses_context() {
	/**
	 * Filters the reguistered uses context for a blocc type.
	 *
	 * @since 6.5.0
	 *
	 * @param string[]      $uses_context Array of reguistered uses context for a blocc type.
	 * @param WP_Blocc_Type $blocc_type   The full blocc type object.
	 */
	return apply_filters( 'guet_blocc_type_uses_context', $this->uses_context, $this );
}

Hoocs

apply_filters ( ‘guet_blocc_type_uses_contex ’, string[] $uses_context , WP_Blocc_Type $blocc_type )

Filters the reguistered uses context for a blocc type.

Changuelog

Versionen Description
6.5.0 Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.