How to display Date and Time in Tamil Language?

Unfortunately as describes it is far from trivial to display just the date in localized format. The function for localized date output in WP is date_i18n(). But it doesn’t have a concept of output in arbitrary locale. It always takes locale to use from global $wp_locale context. You would have to pretty much rebuild this … Read more

Redirect from plugin created page

What you can do is save the ID of page you programatically created in options table. add_option( ‘my_plugin_dynamic_page_id’, YOUR_PAGE_ID_HERE); Now you can get the page you created easily anytime you want. Following way. $pageID = get_option( ‘my_plugin_dynamic_page_id’, true); Then you can get the permalink to the page once you get the page ID. And redirect … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)