WordPress OSINT, maintenance or security needs? Reach out!
TLDWP

Plugin: tp-education (Used by 82 domains)

TP Education

πŸ‘€ themepalace πŸ“¦ v4.6 πŸ”— Plugin Homepage

A plugin to add custom post type ( Events, Courses, Classes, Excursions, Team, Testimonial, Affiliation ) and it’s required meta fields for educational sites. This plugin is dedicated for educational themes.

Frontend Submission

TP Eduacation allows you to like post from frontend and view the no of likes for that particular post.

Customization and Flexibility

TP Education plugin is highly flexible and customizable. This Plugin provides hooks that makes very easy for you to customize the output format. You just need to update design with css.

Template Overwrite

* Create a folder named "tp-education" and do all the overwrites inside the folder as instructed below.
* Archive Pages
    - you can overwrite all archive pages for post types available in this plugin. ie: tp-archive-class.php
* Search Page
    - you can overwrite search page for post types available in this plugin by tp-archive-search.php
* Single Pages
- you can overwrite all single pages for post types available in this plugin. ie: tp-single-class.php

Shortcodes

= Defaults Atts :- =
* category = ”,
* no_of_posts = 2,
* post_ids = ”, ( should be seperated by β€˜,’. ie: 15, 27 )
* column = 2 ( max num value 4 )

Class shortcode:

[TP_EDUCATION_CLASS] OR [TP_EDUCATION_CLASS category="cat-slug" no_of_posts="2" post_ids="217, 115" column="2"]

Event shortcode:

[TP_EDUCATION_EVENT] OR [TP_EDUCATION_EVENT category="cat-slug" no_of_posts="2" post_ids="217, 115" column="2"]

Course shortcode:

[TP_EDUCATION_COURSE] OR [TP_EDUCATION_COURSE category="cat-slug" no_of_posts="2" post_ids="217, 115" column="2"]

Team shortcode:

[TP_EDUCATION_TEAM] OR [TP_EDUCATION_TEAM category="cat-slug" no_of_posts="2" post_ids="217, 115" column="2"]

Excursion shortcode:

[TP_EDUCATION_EXCURSION] OR [TP_EDUCATION_EXCURSION category="cat-slug" no_of_posts="2" post_ids="217, 115" column="2"]

Affiliation shortcode:

[TP_EDUCATION_AFFILIATION] OR [TP_EDUCATION_AFFILIATION category="cat-slug" no_of_posts="2" post_ids="217, 115" column="2"]

Testimonial shortcode:

[TP_EDUCATION_TESTIMONIAL] OR [TP_EDUCATION_TESTIMONIAL no_of_posts="2" post_ids="217, 115" column="2"]

Search Tabs shortcode:

[TP_EDUCATION_SEARCH_TAB]

Functions to Call Meta Values

Check if the page loaded is TP Education territorial

is_tp_education();

Event Details

tp_event_date( $post_id = '' ); // Event Date
tp_event_start_time( $post_id = '' ); // Event Start Time
tp_event_end_time( $post_id = '' ); // Event End Time
tp_event_location( $post_id = '' ); // Event Location

Class Details

tp_class_cost( $post_id = '' ); // Class Cost
tp_class_period( $post_id = '' ); // Class Period
tp_class_size( $post_id = '' ); // Class Size
tp_class_age_group( $post_id = '' ); // Class Age Group

Excursion Details

tp_excursion_start_date( $post_id = '' ); // Excursion Start Date
tp_excursion_end_date( $post_id = '' ); // Excursion End Date
tp_excursion_location( $post_id = '' ); // Excursion Location

Team Details

tp_team_designation( $post_id = '' ); // Team Designation
tp_team_email( $post_id = '' ); // Team Email
tp_team_phone( $post_id = '' ); // Team Phone
tp_team_skype( $post_id = '' ); // Team Skype
tp_team_website( $post_id = '' ); // Team Website
tp_team_courses( $post_id = '' ); // Team Courses
tp_team_social( $post_id = '' ); // Team Social

Testimonial Details

tp_testimonial_rating( $post_id = '' ); // Testimonail Rating
tp_testimonial_designation( $post_id = '' ); // Testimonail Designation

Affiliation Details

tp_affiliation_link( $post_id = '' ); // Affiliation Link

Course Details

tp_course_type( $post_id = '' ); // Course Type
tp_course_duration( $post_id = '' ); // Course Duration
tp_course_price( $post_id = '' ); // Course Price
tp_course_students( $post_id = '' ); // Course no of Students
tp_course_language( $post_id = '' ); // Course Language
tp_course_assessment( $post_id = '' ); // Course assessment
tp_course_skills( $post_id = '' ); // Course skills
tp_course_professor( $post_id = '' ); // Course Professor
tp_course_counselors( $post_id = '' ); // Course Counselors

Get Terms with Link

tp_education_get_terms( $taxonomy = '', $post_id = '' ); // Get Terms with link

Post Like Button

tp_education_like_button( $post_id = '' ); // Like Button ( this function only returns output. )

Post Meta

tp_education_posted_on(); // Post Meta

Functions to Return Meta Values

Event Details

get_tp_event_date( $post_id = '' ); // Event Date
get_tp_event_start_time( $post_id = '' ); // Event Start Time
get_tp_event_end_time( $post_id = '' ); // Event End Time
get_tp_event_location( $post_id = '' ); // Event Location

Class Details

get_tp_class_cost( $post_id = '' ); // Class Cost
get_tp_class_period( $post_id = '' ); // Class Period
get_tp_class_size( $post_id = '' ); // Class Size
get_tp_class_age_group( $post_id = '' ); // Class Age Group

Excursion Details

get_tp_excursion_start_date( $post_id = '' ); // Excursion Start Date
get_tp_excursion_end_date( $post_id = '' ); // Excursion End Date
get_tp_excursion_location( $post_id = '' ); // Excursion Location

Team Details

get_tp_team_designation( $post_id = '' ); // Team Designation
get_tp_team_email( $post_id = '' ); // Team Email
get_tp_team_phone( $post_id = '' ); // Team Phone
get_tp_team_skype( $post_id = '' ); // Team Skype
get_tp_team_website( $post_id = '' ); // Team Website

Testimonial Details

get_tp_testimonial_designation( $post_id = '' ); // Testimonail Designation

Affiliation Details

get_tp_affiliation_link( $post_id = '' ); // Affiliation Link

Course Details

get_tp_course_type( $post_id = '' ); // Course Type
get_tp_course_duration( $post_id = '' ); // Course Duration
get_tp_course_price( $post_id = '' ); // Course Price
get_tp_course_students( $post_id = '' ); // Course no of Students
get_tp_course_language( $post_id = '' ); // Course Language
get_tp_course_assessment( $post_id = '' ); // Course assessment
get_tp_course_skills( $post_id = '' ); // Course skills

Hooks

Event Details

do_action( 'tp_event_date_action', $post_id = '' ); // Event Date
do_action( 'tp_event_start_time_action', $post_id = '' ); // Event Start Time
do_action( 'tp_event_end_time_action', $post_id = '' ); // Event End Time
do_action( 'tp_event_location_action', $post_id = '' ); // Event Location

Class Details

do_action( 'tp_class_cost_action', $post_id = '' ); // Class Cost
do_action( 'tp_class_period_action', $post_id = '' ); // Class Period
do_action( 'tp_class_size_action', $post_id = '' ); // Class Size
do_action( 'tp_class_age_group_action', $post_id = '' ); // Class Age Group

Excursion Details

do_action( 'tp_excursion_start_date_action', $post_id = '' ); // Excursion Start Date
do_action( 'tp_excursion_end_date_action', $post_id = '' ); // Excursion End Date
do_action( 'tp_excursion_location_action', $post_id = '' ); // Excursion Location

Team Details

do_action( 'tp_team_designation_action', $post_id = '' ); // Team Designation
do_action( 'tp_team_email_action', $post_id = '' ); // Team Email
do_action( 'tp_team_phone_action', $post_id = '' ); // Team Phone
do_action( 'tp_team_skype_action', $post_id = '' ); // Team Skype
do_action( 'tp_team_website_action', $post_id = '' ); // Team Website
do_action( 'tp_team_courses_action', $post_id = '' ); // Team Courses
do_action( 'tp_team_social_action', $post_id = '' ); // Team Social Links

Testimonial Details

do_action( 'tp_testimonial_rating_action', $post_id = '' ); // Testimonial Rating
do_action( 'tp_testimonial_designation_action', $post_id = '' ); // Testimonial Designation
do_action( 'tp_testimonial_social_action', $post_id = '' ); // Testimonial Social Links

Course Details

do_action( 'tp_course_type_action', $post_id = '' ); // Course Type
do_action( 'tp_course_duration_action', $post_id = '' ); // Course Duration
do_action( 'tp_course_price_action', $post_id = '' ); // Course Price
do_action( 'tp_course_students_action', $post_id = '' ); // Course no of Students
do_action( 'tp_course_language_action', $post_id = '' ); // Course Language
do_action( 'tp_course_assessment_action', $post_id = '' ); // Course Assessment
do_action( 'tp_course_skills_action', $post_id = '' ); // Course Skills
do_action( 'tp_course_professor_action', $post_id = '' ); // Course Professor
do_action( 'tp_course_counselors_action', $post_id = '' ); // Course Counselors

Affiliation Details

do_action( 'tp_affiliation_link_action', $post_id = '' ); // Affiliation Link

Meta Details

do_action( 'tp_education_posted_on_action' ); // Post Meta

Sidebar Condition Filter Hook

apply_filters( 'tp_education_is_sidebar_enable_filter', true );
add_filter( 'tp_education_is_sidebar_enable_filter', 'custom_function' ); // Use your custom sidebar enable condition function

Archive Pagination Action Hook

do_action( 'tp_education_pagination_action' );
add_action( 'tp_education_pagination_action', 'custom_function' ); //add your custom pagination function

Single Pagination Action Hook

do_action( 'tp_education_post_pagination_action' );
add_action( 'tp_education_post_pagination_action', 'custom_function' ); //add your custom post pagination function

Files

Font Awesome 4.2.0 by @davegandy License: http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License) Source: http://fontawesome.io jQuery UI - v1.12.0 License: https://jquery.org/license/ ( Copyright jQuery Foundation and other contributors; Licensed MIT ) Source: http://jqueryui.com jquery-timepicker v1.11.5 by Jon Thornton License: https://github.com/jonthornton/jquery-timepicker MIT License Β© 2014 source: http://jonthornton.github.com/jquery-timepicker/
DomainExposuresHeadersLast Checked
a*e*p*r*o*e.fr (WP 6.8.5) βœ… F 2026-06-08 21:32:35
p*n*a*e*i*a.u*r.a*.cr (WP 7.0) βœ… F 2026-06-06 13:15:48
b*o*.l*a*n*a*a*i.com βœ… F 2026-06-06 07:33:46
f*a*k*e*o*t*e*l.com (WP 7.0) βœ… F 2026-06-03 07:45:17
f*a*k*e*a*d*m*t*l*a.com (WP 6.8.5) βœ… F 2026-06-03 07:41:40
f*a*k*s*o*o*a.com (WP 7.0) βœ… F 2026-06-03 06:46:27
f*r*t*p*e*b*.org βœ… F 2026-06-01 23:02:24
l*t*l*s*l*o*t*s*o*i.com (WP 6.9.4) βœ… F 2026-06-01 14:08:59
t*e*n*a*i*n*u*i*.com βœ… F 2026-06-01 14:07:34
m*z*n*o*m.e*e.e*u.tr (WP 4.9.26) ⚠️ F 2026-06-01 10:51:39
k*w*a*p*a*t*c.com (WP 6.0.3) ⚠️ F 2026-05-30 22:01:10
d*t*p*.com (WP 6.8.3) βœ… F 2026-05-28 20:48:04
k*e*p*l*o*k.nl (WP 6.5.8) βœ… F 2026-05-28 18:51:39
f*r*t*p*e*b*.com βœ… F 2026-05-28 10:18:02
v*g*t*k*.com (WP 7.0) βœ… F 2026-05-28 08:39:58
k*o*e*c*o*l.com (WP 7.0) βœ… F 2026-05-28 05:32:59
m*n*e*-*t*.u*h.edu (WP 6.7.1) βœ… F 2026-05-27 22:35:53
t*e*u*s*i*e*c*o*l*l*i*e.com (WP 7.0) βœ… F 2026-05-27 11:24:48
o*i*s*f*.com (WP 6.3) ⚠️ F 2026-05-27 03:51:48
m*n*b*s*e*b*l.com (WP 6.9.4) βœ… F 2026-05-26 16:25:09
u*r*v*e*i*.bg (WP 6.1.10) ⚠️ F 2026-05-25 21:28:10
u*p*r*c*t*.com (WP 7.0) βœ… F 2026-05-25 06:31:05
b*l*a*i*c*e*s*h*l*.com (WP 7.0) βœ… F 2026-05-25 00:24:53
e*r*o*k*.com (WP 6.9.4) βœ… F 2026-05-24 14:39:43
t*r*t*i*s*n.com (WP 6.8.5) βœ… F 2026-05-24 13:53:35
u*l*a*h*o*r*n*e*g*i*a*h*r*.com (WP 6.1.1) ⚠️ F 2026-05-24 13:11:43
i*.t*t*.e*u.ua (WP 5.9.13) ⚠️ F 2026-05-23 22:08:47
a*p*4*a*i*i*s.com (WP 7.0) βœ… F 2026-05-23 19:42:22
k*a*e*s*a*i*e*f*u*d*t*o*.com (WP 6.9.4) βœ… F 2026-05-23 08:08:22
a*o*l*m*d*a*r*u*.com (WP 7.0) βœ… F 2026-05-23 07:38:20
d*e*l*p*a*o.com (WP 7.0) βœ… F 2026-05-23 06:44:37
s*e*-*d.com (WP 6.9.4) βœ… F 2026-05-22 17:24:51
d*a*e*g*m*s.com (WP 6.7.2) βœ… F 2026-05-21 23:09:12
y*w*r*e*u*i*.com (WP 6.9.4) βœ… F 2026-05-21 22:27:38
s*u*h*a*t*r*b*a*t*.com (WP 6.6.5) βœ… F 2026-05-21 10:31:36
d*i*e*o*n*.com (WP 6.9.4) βœ… F 2026-05-21 03:44:05
k*r*y*o*p*t*r*h*r*.com (WP 5.9.3) ⚠️ F 2026-05-21 00:50:16
d*s*i*o*a*c*e.com (WP 6.9.4) βœ… F 2026-05-20 08:11:10
j*r*e*c*r*s*i*n*c*d*m*.org (WP 6.9.4) βœ… F 2026-05-20 03:06:31
d*p*s*i*i*i*i*s*e*o*d*.com (WP 6.9.4) βœ… F 2026-05-20 00:41:49
t*i*i*a*r*n*i*s*n*e.com (WP 6.9.4) βœ… F 2026-05-19 22:19:48
s*c*m*t*e*s.com (WP 6.9.4) βœ… F 2026-05-19 00:01:00
h*l*n*f*d*e*w*r*d.com (WP 6.9.4) βœ… F 2026-05-18 21:06:09
s*o*m*r*e*.com (WP 6.9.4) βœ… F 2026-05-18 16:28:22
u*a*i*t*r*s*i*s.org (WP 6.2.9) ⚠️ D 2026-05-18 14:16:43
e*n*v*r*o*n*a*t*l.com (WP 6.9.4) βœ… F 2026-05-18 12:00:43
s*i*h*a*k*r*r*d*c*i*n*n*.com (WP 6.9.4) βœ… F 2026-05-18 02:14:01
d*g*a*m*i*r*n*a.com (WP 6.9) βœ… F 2026-05-18 01:12:00
c*d*.g*u.edu βœ… F 2026-05-17 23:04:24
a*i*i*i*u*a.com (WP 6.8.5) βœ… F 2026-05-17 16:31:05
o*a*u*a*.com (WP 6.9.4) βœ… F 2026-05-17 04:07:19
s*i*h*n*r*c*r*s.com (WP 6.9.4) βœ… F 2026-05-15 13:40:55
y*r*s*l*c*y*l*n*u*g*-*o*s*.com (WP 6.7.5) βœ… F 2026-05-15 00:02:00
n*h*l*o*r*l.com (WP 4.9.26) ⚠️ F 2026-05-14 20:27:29
m*r*a*i*i*a*s*h*o*.com (WP 5.0.15) ⚠️ F 2026-05-14 20:06:27
h*o*a*e*h.com (WP 6.9) βœ… F 2026-05-14 19:01:41
m*-*o*m*.ru (WP 6.8.5) βœ… F 2026-05-14 14:19:51
f*e*h*y*q*e*z*d*d.c*.uk (WP 5.2.24) ⚠️ F 2026-05-14 07:01:41
f*i*.u*m*.a*.id (WP 6.7.2) βœ… F 2026-05-14 05:00:11
j*e*a*t*l*i.com (WP 6.5.2) βœ… F 2026-05-13 12:57:05
a*i*c*m*o*i*.com βœ… F 2026-05-12 18:28:28
l*t*l*a*g*l*k*r*l*n*.com (WP 6.8.3) βœ… F 2026-05-12 10:36:19
j*b*d.com (WP 6.9.4) βœ… F 2026-05-11 09:15:45
t*c*e*s*o*k*e.com (WP 6.6.5) βœ… F 2026-05-10 15:57:27
c*p*i*r*d*c*i*n*.com (WP 6.9.4) βœ… F 2026-05-09 21:38:03
t*a*a*i*.gr (WP 6.1.10) ⚠️ F 2026-05-09 11:08:43
l*v*n*c*r*l*a*n*n*c*n*e*.com (WP 6.5.8) βœ… F 2026-05-09 03:29:05
b*l*j*r*a*.com (WP 5.7.15) ⚠️ πŸ”“ F 2026-05-09 00:51:50
t*e*n*a*i*n.w*e*g*n*.com βœ… F 2026-05-08 00:58:42
t*e*n*a*i*n.w*e*g*n*p*w*r*d.com βœ… F 2026-05-08 00:58:42
k*d*.x*e*t*n*.club (WP 6.9.4) βœ… F 2026-05-07 21:34:52
b*t*o*t.fr βœ… F 2026-05-07 18:32:10
l*t*u*s*h*s*u*t*r*n*t*t*t.de (WP 6.9.4) βœ… F 2026-05-07 15:15:35
o*e*a*r*g*n*i*.cz (WP 6.9.4) βœ… F 2026-05-07 13:59:56
p*o*e*t*a*a*g*.com (WP 6.9.4) βœ… F 2026-05-07 11:31:32
b*t*o*t.com βœ… F 2026-05-07 02:33:48
p*r*e*t*b*m*e*.com βœ… F 2026-05-06 23:24:43
e*r*y*e*p*o*a*i*n*.com (WP 6.9.4) βœ… F 2026-05-06 21:28:36
a*e*t*e*d*d*k*n*a*y.com (WP 6.6.5) βœ… F 2026-05-06 18:28:12
c*l*b*a*i*n*o*n*r*e*i*e*l.com βœ… F 2026-05-04 06:12:04
p*z*d*z*o*e*i*o*a.pl (WP 6.0.11) ⚠️ F 2026-05-03 17:21:09
o*i*n*e*d.org βœ… F 2026-05-03 13:41:25
s*m*d*o*i*a*a.com (WP 6.9.4) βœ… F 2026-05-03 12:28:21
c*t*i*r.com (WP 6.9.4) βœ… F 2026-05-03 02:33:42
w*g*m*a*h*.com (WP 6.9.4) βœ… F 2026-05-02 23:56:26

Top 50 Plugins

Plugin Count
elementor 1,796,741
contact-form-7 1,766,546
elementor-pro 1,047,260
woocommerce 815,042
revslider 616,486
jetpack 466,278
js_composer 431,474
wp-rocket 333,316
essential-addons-for-elementor-lite 293,145
gravityforms 266,592
complianz-gdpr 255,931
cookie-law-info 230,628
instagram-feed 227,636
google-site-kit 221,594
sitepress-multilingual-cms 220,708
google-analytics-for-wordpress 213,613
header-footer-elementor 209,754
elementskit-lite 206,554
bluehost-wordpress-plugin 190,677
gutenberg 162,083
gutenberg-core 159,164
cookie-notice 150,869
the-events-calendar 131,142
litespeed-cache 130,431
wpforms-lite 129,343
gtranslate 127,652
astra-sites 119,407
popup-maker 115,819
woocommerce-payments 112,815
tablepress 108,825
coblocks 99,308
honeypot 97,125
astra-addon 95,116
wp-smushit 93,343
duracelltomi-google-tag-manager 93,328
all-in-one-seo-pack 93,096
LayerSlider 91,463
bb-plugin 90,683
premium-addons-for-elementor 86,707
megamenu 86,279
akismet 85,938
cleantalk-spam-protect 83,757
mailchimp-for-wp 83,585
woocommerce-gateway-stripe 82,978
ml-slider 80,826
fusion-builder 79,481
borlabs-cookie 79,231
ewww-image-optimizer 78,903
wp-pagenavi 78,615
formidable 77,926

Top 50 Themes

Theme Count
hello-elementor 614,199
Divi 509,746
astra 422,824
flatsome 132,849
Avada 124,112
generatepress 119,667
pub 109,731
oceanwp 83,251
kadence 78,264
enfold 71,684
salient 66,622
twentytwentyfour 58,741
h4 56,268
twentyseventeen 56,055
bb-theme 55,201
cocoon-master 52,071
betheme 51,693
blocksy 50,524
dt-the7 46,049
twentytwentyfive 43,672
neve 39,246
Avada-Child-Theme 37,532
gox 33,400
woodmart 33,232
bridge 32,813
twentytwentyone 32,058
lightning 31,414
twentytwenty 29,980
swell 28,566
Impreza 26,363
bricks 25,959
twentytwentythree 23,984
Newspaper 23,408
sydney 23,318
voxel 22,439
twentytwentytwo 19,960
epik-redesign 19,270
uncode 19,069
kubio 18,843
sinatra 18,674
twentysixteen 18,163
storefront 17,841
pro 17,833
Total 14,695
extendable 14,576
yith-wonder 14,035
hello-theme-child-master 13,314
themify-ultra 12,964
factory-templates-4 12,913
yootheme 12,910