Series_Metaboxes::show_series_title( WP_Post $post )

Renders the content of the metabox that will control whether a Series title should show on the front-end or not.


Parameters

$post

(WP_Post) (Required) A reference to the Series post object.


Top ↑

Source

File: src/Events_Pro/Custom_Tables/V1/Editors/Classic/Series_Metaboxes.php

	public function show_series_title( WP_Post $post ): void {
		include __DIR__ . '/partials/show-series-title.php';
	}

Top ↑

Changelog

Changelog
Version Description
6.0.0 Introduced.