Download the PHP package municipio/wp-plugin-municipio-extended without Composer

On this page you can find all versions of the php package municipio/wp-plugin-municipio-extended. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package wp-plugin-municipio-extended

Municipio Extended

Svensk version

Part of Municipio LTS. Adds compatibility fixes, modules, settings, admin tools, and integration glue around Municipio, Modularity, ACF, Kirki, ElasticPress, and selected WordPress plugins.

Requirements

Municipio Extended requires a Municipio LTS installation running PHP 8.1+. The active theme must be municipio/wp-theme-municipio on the same LTS version line as the rest of the stack.

The required plugins are municipio/wp-plugin-hbg-component-library, municipio/wp-plugin-modularity, wpackagist-plugin/advanced-custom-fields, and wpackagist-plugin/kirki.

Features

Compatibility and Fixes

Admin Tools and Migrations

Search and Indexing

Modularity and Theme Behavior

Hook Reference

Model and Rendering

apply_filters( 'mx/model/namespaces', string[] $namespaces, string $class, array $args ) Change model namespaces searched by mx_get_model().

apply_filters( 'mx/model/class', class-string|null $full_class, string $class ) Override the resolved model class.

apply_filters( 'mx/module_wrapper_attrs', array $attrs, array $args, string $postType, int $postId ) Add attributes to Modularity module wrappers.

apply_filters( 'mxui/debug_enabled', bool $enabled ) Enable MXUI debug output.

Component Modifiers

apply_filters( 'ComponentLibrary/Component/Modifier', array $modifiers, mixed $context ) Add global Component Library modifiers.

apply_filters( 'ComponentLibrary/Component/{Component}/Modifier', array $modifiers, mixed $context ) Add modifiers for one component class.

apply_filters( 'ComponentLibrary/Component/Icon/AltText', array $alt_text ) Override icon alt text map.

apply_filters( 'ComponentLibrary/Component/Icon/AltTextPrefix', string $prefix ) Override icon alt text prefix.

apply_filters( 'ComponentLibrary/Component/Icon/AltTextUndefined', string $alt_text ) Override fallback icon alt text.

Navigation

apply_filters( 'mx_mod_navigation_fields', array $fields ) Modify ACF fields for the navigation module.

apply_filters( 'mx_mod_navigation_use_nested_pages', bool $use_np, WP_Post $post, string $source, string $slug, int $id ) Use Nested Pages menu data for children/siblings navigation. since v2025.12.1

apply_filters( 'mx/mod_navigation/hide_if_empty', bool $hide, string $slug, int $id, array $data ) Override whether empty navigation modules are hidden.

Text Modules

apply_filters( 'mx_mod_text_use_color_presets', bool $enabled )

Enable the preset dropdown for text module box colors. Defaults to false, or to the value of MUNICIPIO_EXTENDED_MOD_TEXT_USE_COLOR_PRESETS when the constant is defined. since v2025.12.12

apply_filters( 'mx_mod_text_box_color_presets', array $presets )

Change the available text module color presets, including labels and resolved color values. since v2025.12.12

Search

apply_filters( 'mx_search_es_query', array $query, array $data, array $settings_post_types ) Modify the base Elasticsearch bool query.

apply_filters( 'mx_search_boosted_post_types', array $boosted_post_types, array $data ) Change post type boost weights.

apply_filters( 'mx_search_boosted_post_type_functions', array $boosted_post_type_functions, array $data ) Change generated boost functions.

apply_filters( 'mx_search_decaying_post_types', array $decaying_post_types, array $data ) Change post types using date decay.

apply_filters( 'mx_search_decaying_post_type_functions', array $decaying_post_type_functions, array $data ) Change generated date decay functions.

apply_filters( 'mx_search_es_function_score', array $function_score, array $data ) Modify the Elasticsearch function_score query.

apply_filters( 'mx_search_es_body', array $es_body, array $data ) Modify the final Elasticsearch request body.

apply_filters( 'mx_search_hit_source_mapping', array $hit_source_mapping, array $es_body, array $data ) Change Elasticsearch hit-to-result mapping callbacks.

apply_filters( 'mx_search_es_hit', array $transformed_hit, array $hit, array $es_results, array $es_body, array $data ) Modify one transformed search hit.

apply_filters( 'mx_search_results', array $results, array $es_results ) Modify the final AJAX search response.

apply_filters( 'mx_search_error_logging_enabled', bool $enabled ) Enable or disable search error logging. since v2025.12.11

apply_filters( 'mx_search_error_log_path', string $log_path ) Change the search error log file path. since v2025.12.11

apply_filters( 'mx_search_post_content_type', string $content_type, array $post_args, int $post_id ) Change indexed content type.

apply_filters( 'mx_search_post_content_type_formatted', string $label, array $post_args, int $post_id ) Change indexed content type label.

Archives, Posts, and Media

apply_filters( 'mx/meta_field/label', string $label, string $meta_field ) Change archive meta field labels.

apply_filters( 'mx/meta_field/display_value', mixed $value, string $field ) Change archive meta field display values.

apply_filters( 'mx_post_types_with_front', string[] $post_types ) Keep with_front for selected post type rewrites.

apply_filters( 'mx_taxonomies_with_front', string[] $taxonomies ) Keep with_front for selected taxonomy rewrites.

apply_filters( 'mx_materialsymbols_cache_path', string $path ) Change Material Symbols cache directory.

apply_filters( 'mx_materialsymbols_cache_url', string $url ) Change Material Symbols cache URL.

apply_filters( 'mx_should_ignore_module_group_backgrounds', bool $ignore_backgrounds, string $sidebar, mixed $context, array $visible_sidebars ) Override module group background support per sidebar/context.

Development and Contribution

Read more about how to contribute in the CONTRIBUTING.md file.


All versions of wp-plugin-municipio-extended with dependencies

PHP Build Version
Package Version
Requires elasticsearch/elasticsearch Version ^8.14
imangazaliev/didom Version ^2.0
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package municipio/wp-plugin-municipio-extended contains the following files

Loading the files please wait ...