WC_Marketplace_Suggestions::render_suggestions_container( string $context )

Render a suggestions container element, with the specified context.


Description Description


Parameters Parameters

$context

(Required) Suggestion context name (rendered as a css class).


Top ↑

Source Source

File: includes/admin/marketplace-suggestions/class-wc-marketplace-suggestions.php

	public static function render_suggestions_container( $context ) {
		include dirname( __FILE__ ) . '/views/container.php';
	}


Top ↑

User Contributed Notes User Contributed Notes

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