LLMS_Admin_Post_Table_Lessons::add_filters( string $post_type, string $which )

Add filters to the top of the post table


Parameters Parameters

$post_type

(string) (Required) Post Type of the current posts table.

$which

(string) (Required) Positioning of the filters [top|bottom].


Top ↑

Return Return

(void)


Top ↑

Source Source

File: includes/admin/post-types/post-tables/class.llms.admin.post.table.lessons.php

					'llms-builder' => '<a href="' . esc_url( $url ) . '">' . __( 'Builder', 'lifterlms' ) . '</a>',
				),
				$actions
			);

		}

		return $actions;

	}



Top ↑

Changelog Changelog

Changelog
Version Description
3.12.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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