PHPackages                             meom/meom-dodo - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. meom/meom-dodo

ActiveWordpress-muplugin[Utility &amp; Helpers](/categories/utility)

meom/meom-dodo
==============

MEOM clean up WP.

1.7(1mo ago)39.1k[3 issues](https://github.com/MEOM/meom-dodo/issues)GPL-2.0-or-laterPHP

Since Apr 15Pushed 1mo ago2 watchersCompare

[ Source](https://github.com/MEOM/meom-dodo)[ Packagist](https://packagist.org/packages/meom/meom-dodo)[ RSS](/packages/meom-meom-dodo/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (10)Dependencies (2)Versions (12)Used By (0)

MEOM Dodo
=========

[](#meom-dodo)

MEOM Dodo plugin for cleaning up WordPress.

[![MEOM dodo logo.](assets/images/MEOM-dodo-logo.png)](assets/images/MEOM-dodo-logo.png)

Requirements
------------

[](#requirements)

- PHP 7+.
- [Composer](https://getcomposer.org/) for managing PHP dependencies.

Installation
------------

[](#installation)

Use Composer to install the package.

```
composer require meom/meom-dodo
```

Or if living on the edge:

```
composer require meom/meom-dodo:dev-main
```

Filters
-------

[](#filters)

### meom\_dodo\_allowed\_embed\_variants

[](#meom_dodo_allowed_embed_variants)

Only `youtube` embed is allowed by default. You can modify the allowed array with the filter `meom_dodo_allowed_embed_variants`.

Note! This is already sitting in Kala Stack.

Example usage:

```
/**
 * Determine which embeds are allowed.
 * By default only youtube is allowed, defined in MEOM Dodo plugin.
 *
 * @param array  $allowed_embeds List of allowed embeds.
 * @return array $allowed_embeds Modified array of allowed embeds.
 */
function prefix_gutenberg_allowed_embeds( $allowed_embeds ) {
    $allowed_embeds = [
        'youtube',
        'vimeo',
    ];

    return $allowed_embeds;
}
add_filter( 'meom_dodo_allowed_embed_variants','prefix_gutenberg_allowed_embeds' );
```

### meom\_dodo\_remove\_drop\_cap

[](#meom_dodo_remove_drop_cap)

Allow drop cap with the filter `meom_dodo_remove_drop_cap`.

Example usage:

```
add_filter( 'meom_dodo_remove_drop_cap', '__return_false' );
```

### meom\_dodo\_remove\_block\_directory

[](#meom_dodo_remove_block_directory)

Allow block directory with the filter `meom_dodo_remove_block_directory`.

Example usage:

```
add_filter( 'meom_dodo_remove_block_directory', '__return_false' );
```

### meom\_dodo\_remove\_layout\_support

[](#meom_dodo_remove_layout_support)

Allow layout support with the filter `meom_dodo_remove_layout_support`.

Example usage:

```
add_filter( 'meom_dodo_remove_layout_support', '__return_false' );
```

### meom\_dodo\_remove\_svg\_filters

[](#meom_dodo_remove_svg_filters)

Allow SVG filters with the filter `meom_dodo_remove_svg_filters`.

Example usage:

```
add_filter( 'meom_dodo_remove_svg_filters', '__return_false' );
```

### meom\_dodo\_add\_utility\_classes

[](#meom_dodo_add_utility_classes)

Remove adding utility classes with the filter `meom_dodo_add_utility_classes`.

Example usage:

```
add_filter( 'meom_dodo_add_utility_classes', '__return_false' );
```

### meom\_dodo\_show\_contact\_content

[](#meom_dodo_show_contact_content)

Hide contact content admin widget with the filter `meom_dodo_show_contact_content`.

Example usage:

```
add_filter( 'meom_dodo_show_contact_content', '__return_false' );
```

### meom\_dodo\_removed\_admin\_menu\_items

[](#meom_dodo_removed_admin_menu_items)

By default some admin menu items are removed. You can modify the list of removed admin menu items with the filter `meom_dodo_removed_admin_menu_items`.

```
/**
 * Determine which admin menu items are removed.
 *
 * @param array  $removed_admin_menu_items List of removed admin menu items.
 * @return array $removed_admin_menu_items Modified array of removed admin menu items.
 */
function prefix_removed_admin_menu_items( $removed_admin_menu_items ) {
    $removed_admin_menu_items = [
        'plugins.php',
        'edit.php?post_type=acf-field-group',
        'themes.php',
        'users.php',
    ];

    return $removed_admin_menu_items;
}
add_filter( 'meom_dodo_removed_admin_menu_items', 'prefix_removed_admin_menu_items' );
```

###  Health Score

45

—

FairBetter than 92% of packages

Maintenance74

Regular maintenance activity

Popularity26

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 92.3% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~224 days

Recently: every ~373 days

Total

9

Last Release

59d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/d9db54267e986685a36b1d46b3858514e2458cd7768d7cee62d74070caa451b2?d=identicon)[MEOM](/maintainers/MEOM)

---

Top Contributors

[![samikeijonen](https://avatars.githubusercontent.com/u/1820415?v=4)](https://github.com/samikeijonen "samikeijonen (72 commits)")[![ottomeom](https://avatars.githubusercontent.com/u/253501051?v=4)](https://github.com/ottomeom "ottomeom (6 commits)")

---

Tags

wordpresswordpress-plugin

### Embed Badge

![Health badge](/badges/meom-meom-dodo/health.svg)

```
[![Health](https://phpackages.com/badges/meom-meom-dodo/health.svg)](https://phpackages.com/packages/meom-meom-dodo)
```

###  Alternatives

[tzfrs/googlesitemapparser

Google Sitemap is a Sitemap standard that is supported by Ask.com, Google, YAHOO and MSN Search. This library can read in such Sitemaps and parse all urls from them.

143.3k](/packages/tzfrs-googlesitemapparser)[lrobert/gravatar

A library to make working with Gravatar in PHP easy.

101.4k](/packages/lrobert-gravatar)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
