mentormate/mate-title

A handy WordPress library to get the main title, based on the current view

1.0 2017-11-21 10:23 UTC

This package is not auto-updated.

Last update: 2025-06-08 08:41:18 UTC


README

Get the main title, based on the current view.

@return string The current title.

How to use

Here's an example:

// Anywhere in your theme templates
mm_the_title( '<h2>', </h2> );