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

Plugin: Agenda (Used by 7 domains)

Agenda

πŸ‘€ dgmike πŸ“¦ v1.7

Now you can create events for your wordpress. Whit this plugin you can create and manipulate events like
you do on Google Calendar. Generate events on the fly creating an agenda of events. The agenda suports a realy
code for repeat events for your satisfaction.

Using the_agenda_loop() you generates a $the_event object that have all atributes about the event
Use it in combination to Agenda::next_events() or Agenda::events_on()

You can also use function agenda_compromissos(), agenda_list() and agenda_events() on your templates. These functions
generate html codes to be used on your tamplate.

Agenda list

Generates a list of next events marked in your agenda
Pass your params as wp_string or assigned array:

agenda_list('next=5&only_destak=1')

is the same as:

agenda_list(array('next'=>5,'only_destak'=>true))

Params:

  1. (int) next : Number of next events to show (default: 5)
  2. (bool) only_destak : If true, show only highlighted events (default: true)
  3. (bool) show_date : If true, show the date of each event (default: true)
  4. (string) before : Put it before each event (default:
  5. )
  6. (string) after : Put it after each event (default:
  7. )
  8. (bool) print : Prints the output (default: true)

By default, the function prints the generated string, but you can silencity it and
manipulate the same string. It is returned.

So for use the agenda_list () prints a list contain the next 5 events. While
agenda_list (β€˜print=0’) does not print, but returns the generated string to your manual manipulation

Agenda compromissos

agenda_compromissos()` can be used on your tamplate’s page.
It generates a events list separated by date.

Params: agenda_compromissos ($next, $title_tag, $print):

  1. $next Number of events that must be showed.default: 25
  2. $title_tag show date tag’s name . defaut: h3
  3. $print if matched as true prints the result, if it is not matched only returns the string for future manipulations.

Agenda Events

The function agenda_events() can be used in your page, listing the events in a year or month.

Default usage:

$defaults = array(
  'month' => date('m'),
  'year' => date('Y'),
  'title_tag' => 'h3',
  'print' => '1'
); 

Parameters:

  1. month – if passed, selects a month to show ( default: date(β€˜m’) )
  2. year – selects a yea to show ( default: date(β€˜Y’) )
  3. title_tag – the tag to be used on your title/date tag (default:

<

h3>)
1. print – prints the result. (default: true)

Show only events on may 2009


The following example shows only events that matches may of 2009.

Show only events on 2008


The following example shows only events that matches in all 2008.

Changing the tag of date events


The following example show events that matches the curent month, changing the tag of title/date by h5.
The output will be:



Note that the function generates a even odd class of each day of events

The Agenda Loop

Using the_agenda_loop you generates a $the_event object that have all atributes about the event
Use it in combination to Agenda::next_events(); or Agenda::events_on();

  Agenda::events_on('month=5,year=2008');
    while (the_agenda_loop()) {
    print "

{$the_event->what}

"; }

The global object $the_event is an standard object like this:

stdClass Object (
  [event_id] => 36
  [content] => Um exemplo de evento simples com a marcacao necessaria.
  [repeat] => daily
  [repeat_daily] => daily
  [repeat_daily_every] => 3
  [range] => never
  [what] => Meu simples evento
  [excerpt] => Meu excerpt, caso seja necessario.
  [author] => 1
  [pings] => open
  [comments] => open
  [calendar] => Array()
  [where] =>
  [destak] => 0
  [when_start_date] => 2008-09-15
  [when_start_time] => 00:00
  [when_end_date] => 2008-09-16
  [when_end_time] => 00:00
  [all_day] => 1
  [tags] => e mais tag,tag
  [range_ends_until] =>
)
DomainExposuresHeadersLast Checked
l*s*l*b.fr (WP 6.9.4) βœ… D 2026-04-23 18:53:20
u*g*c*c*.com (WP 6.9.4) βœ… F 2026-04-22 17:09:55
t*s*i*i*a*.es βœ… C 2026-04-19 21:31:19
s*i*t*s*l*i*e*o*s*.fr βœ… β€” 2026-03-28 10:52:23
m*i*i*-*a*n*-*i*p*l*t*.fr (WP 6.0.3) ⚠️ β€” 2026-03-27 03:58:19
i*t*g*a*-*e*t*.org βœ… β€” 2025-11-12 05:20:34
i*t*g*a*-*e*t*.com βœ… β€” 2025-11-08 08:39:30

Top 50 Plugins

Plugin Count
elementor 2,689,650
contact-form-7 2,396,617
elementor-pro 1,506,769
woocommerce 1,263,184
revslider 900,874
js_composer 585,320
jetpack 495,106
wp-rocket 425,276
essential-addons-for-elementor-lite 406,312
header-footer-elementor 350,600
gutenberg-core 340,999
elementskit-lite 329,875
instagram-feed 306,189
google-analytics-for-wordpress 304,458
gravityforms 301,146
google-site-kit 293,903
complianz-gdpr 290,675
cookie-law-info 287,278
sitepress-multilingual-cms 251,111
wpforms-lite 247,744
astra-sites 240,555
bluehost-wordpress-plugin 237,739
litespeed-cache 216,201
gtranslate 178,916
coblocks 172,479
cookie-notice 167,412
gutenberg 162,150
the-events-calendar 146,892
popup-maker 138,606
premium-addons-for-elementor 131,869
astra-addon 131,117
bb-plugin 130,405
mailchimp-for-wp 128,339
LayerSlider 126,156
wp-smushit 124,547
tablepress 119,081
custom-fonts 118,009
creame-whatsapp-me 116,783
pro-elements 113,892
click-to-chat-for-whatsapp 111,260
duracelltomi-google-tag-manager 110,538
woocommerce-gateway-stripe 109,936
cleantalk-spam-protect 107,359
akismet 104,633
smart-slider-3 104,583
pixelyoursite 102,539
megamenu 101,995
honeypot 101,796
fusion-builder 101,539
royal-elementor-addons 99,229

Top 50 Themes

Theme Count
hello-elementor 860,771
astra 714,204
Divi 705,878
pub 227,065
generatepress 161,551
flatsome 161,149
Avada 152,832
h4 140,620
oceanwp 118,254
kadence 104,836
enfold 89,410
salient 86,415
bb-theme 83,587
twentytwentyfour 80,980
blocksy 78,999
twentytwentyfive 77,771
cocoon-master 74,803
betheme 71,088
twentyseventeen 69,057
woodmart 59,353
dt-the7 58,366
neve 51,292
twentytwentyone 44,388
bridge 43,520
swell 39,789
Avada-Child-Theme 39,358
twentytwenty 38,238
lightning 37,551
gox 37,081
twentytwentythree 36,862
bricks 30,943
Impreza 30,905
Newspaper 28,928
twentytwentytwo 28,430
epik-redesign 24,137
extendable 23,397
pro 23,325
storefront 23,293
uncode 22,749
yith-wonder 22,415
twentysixteen 22,303
sydney 21,246
themify-ultra 20,762
Total 19,056
twentyfifteen 18,819
porto 17,524
hestia 16,904
thrive-theme 16,130
yootheme 15,740
twentynineteen 15,471