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

Plugin: agenda (Used by 8 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,763,705
contact-form-7 2,452,730
elementor-pro 1,546,184
woocommerce 1,302,279
revslider 924,221
js_composer 598,061
jetpack 497,596
wp-rocket 434,118
essential-addons-for-elementor-lite 415,356
header-footer-elementor 362,082
gutenberg-core 352,678
elementskit-lite 339,433
instagram-feed 313,147
google-analytics-for-wordpress 312,225
gravityforms 304,500
google-site-kit 301,253
complianz-gdpr 294,888
cookie-law-info 292,598
wpforms-lite 257,097
sitepress-multilingual-cms 254,170
astra-sites 250,354
bluehost-wordpress-plugin 241,097
litespeed-cache 224,187
gtranslate 183,504
coblocks 177,561
cookie-notice 169,990
gutenberg 162,533
the-events-calendar 149,080
popup-maker 140,281
premium-addons-for-elementor 135,669
astra-addon 134,465
bb-plugin 133,678
mailchimp-for-wp 132,167
LayerSlider 128,805
wp-smushit 127,445
custom-fonts 122,509
tablepress 120,972
creame-whatsapp-me 120,412
pro-elements 118,018
click-to-chat-for-whatsapp 115,581
woocommerce-gateway-stripe 112,342
duracelltomi-google-tag-manager 112,338
cleantalk-spam-protect 109,251
smart-slider-3 107,093
akismet 106,186
pixelyoursite 104,954
megamenu 103,736
fusion-builder 103,281
honeypot 102,819
royal-elementor-addons 102,709

Top 50 Themes

Theme Count
hello-elementor 881,464
astra 738,280
Divi 721,754
pub 234,524
generatepress 165,845
flatsome 165,155
Avada 155,165
h4 146,424
oceanwp 121,209
kadence 107,389
enfold 90,891
salient 88,032
bb-theme 85,966
twentytwentyfour 83,177
blocksy 81,531
twentytwentyfive 80,531
cocoon-master 76,912
betheme 72,668
twentyseventeen 70,094
woodmart 61,800
dt-the7 59,456
neve 52,307
twentytwentyone 45,266
bridge 44,342
swell 41,011
Avada-Child-Theme 39,544
twentytwenty 38,803
lightning 38,190
twentytwentythree 37,772
gox 37,336
bricks 31,465
Impreza 31,349
Newspaper 29,587
twentytwentytwo 28,978
epik-redesign 24,437
extendable 23,860
storefront 23,806
pro 23,711
uncode 23,090
yith-wonder 22,986
twentysixteen 22,667
sydney 21,681
themify-ultra 21,308
twentyfifteen 19,591
Total 19,472
porto 17,998
hestia 17,276
thrive-theme 16,469
yootheme 15,971
jupiter 15,762