Action Reference: geodir_wrapper_content_open

Summary

Outputs the opening HTML wrappers for the content.

Description

This adds the opening html tags to the content div, this required the closing tag below :: ($type=”,$id=”,$class=”)

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.1.0

Used by

geodir_list_manager/geodirectory-templates/add-list.php: [Line: 67]

Source Code

do_action('geodir_wrapper_content_open', 'add-listing-page', 'geodir-wrapper-content', '');