Search
 
SCRIPT & CODE EXAMPLE
 

PHP

opencart add custom description meta tag using controller file

// try looking for a line in your controller file that looks like this:
$this->document->setDescription($this->language->get('description'));

// replace the it with the below
$this->document->setDescription("My custom description text!");
Comment

PREVIOUS NEXT
Code Example
Php :: php artisan make:request 
Php :: how can we use two php version in mac os 
Php :: yii2 confirm 
Php :: year in php 
Php :: laravel makehidden 
Php :: Interval Between Different Dates 
Php :: switch php version 
Php :: ci3 upload file 
Php :: error first laravel 
Php :: php random float number with 2 decimal places 
Php :: custom bootstrap pagination laravel 
Php :: php strip tags 
Php :: if is checkout page woocommerce 
Php :: display rows brought back by query php 
Php :: if online php 
Php :: get message validator failed laravel 
Php :: age php datetime 
Php :: get youtube thumbnail php 
Php :: img src php wordpress 
Php :: php check if its a name 
Php :: mySQL phpMyAdmin with Google Chrome: stuck on loading 
Php :: Fatal error: Allowed memory size of 536870912 bytes exhausted (tried to allocate 119541600 bytes) in C:xampphtdocsackup-vice.php on line 67 
Php :: laravel read origanl value before update 
Php :: kill laravel server 
Php :: .htaccess for laravel in hostinger 
Php :: laravel create migration view 
Php :: drupal 9 enable PHP errors 
Php :: laravel vendor:publish not working 
Php :: get current user email wordpress 
Php :: if button is clicked php 
ADD CONTENT
Topic
Content
Source link
Name
2+4 =