Action Reference: geodir_wrapper_content_open

Summary

Outputs the opening HTML wrappers for the content.

Parameters

$type
(string) (required) Page type.

Default: None
$id
(string) (required) The id of the HTML element.

Default: None
$class
(string) (required) The class of the HTML element.

Default: None

See

‘geodir_wrapper_content_close’

Change Log

Since: 1.0.0

Used by

geodir-payment-templates/invoice.php: [Line: 34]

Source Code

	do_action('geodir_wrapper_content_open', 'invoice-detail-page', 'geodir-wrapper-content', '');