This function’s access is marked private. This means it is not intended for use by plugin or theme developers, only in other core functions. It is listed here for completeness.

Loader::render_blog_custom_sidebar( string $action, int $priority, int $post_id )

Render blog custom sidebar.


Parameters

$action

(Required) Sidebar action ( append / prepand / replace ).

$priority

(Required) Custom layout priority.

$post_id

(Required) Custom layout id.


Source

File: includes/modules/custom_layouts/admin/builders/loader.php